Updated Wasmer versions to 1.0

This commit is contained in:
Syrus
2020-06-11 09:52:26 -07:00
parent 7991d69076
commit 36223364e0
23 changed files with 112 additions and 111 deletions

View File

@@ -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\"/"