mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 12:18:30 +00:00
Release version 2.2.1
This commit is contained in:
@@ -21,7 +21,7 @@ except ImportError:
|
||||
|
||||
|
||||
# TODO: find this automatically
|
||||
target_version = "2.2.0"
|
||||
target_version = "2.2.1"
|
||||
|
||||
# TODO: generate this by parsing toml files
|
||||
dep_graph = {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
: "${FD:=fd}"
|
||||
|
||||
# A script to update the version of all the crates at the same time
|
||||
PREVIOUS_VERSION='2.2.0-rc2'
|
||||
NEXT_VERSION='2.2.0'
|
||||
PREVIOUS_VERSION='2.2.0'
|
||||
NEXT_VERSION='2.2.1'
|
||||
|
||||
# quick hack
|
||||
${FD} Cargo.toml --exec sed -i '{}' -e "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Setup]
|
||||
AppName=Wasmer
|
||||
AppVersion=2.2.0
|
||||
AppVersion=2.2.1
|
||||
DefaultDirName={pf}\Wasmer
|
||||
DefaultGroupName=Wasmer
|
||||
Compression=lzma2
|
||||
|
||||
Reference in New Issue
Block a user