mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Updated Wasmer versions to 1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# A script to update the version of all the crates at the same time
|
||||
PREVIOUS_VERSION='0.16.2'
|
||||
NEXT_VERSION='0.17.0'
|
||||
PREVIOUS_VERSION='1.0.0'
|
||||
NEXT_VERSION='1.0.0'
|
||||
|
||||
# quick hack
|
||||
fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"
|
||||
|
||||
Reference in New Issue
Block a user