From 793060bee5e2c4248618312eb1d9c532382e4b65 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 30 Aug 2023 14:27:16 +0200 Subject: [PATCH] Set libwasmvm version to 1.4.0-rc.1 --- libwasmvm/Cargo.lock | 18 +++++++++--------- libwasmvm/Cargo.toml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index d8289d657..6cb32252a 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -248,8 +248,8 @@ dependencies = [ [[package]] name = "cosmwasm-crypto" -version = "1.4.0-beta.1" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-beta.1#1dc5552daee498ed9e7ea5026e5fdf433e904b63" +version = "1.4.0-rc.1" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-rc.1#4ed28b17cb977a9e6b2fa610cf36936dfe6b0f69" dependencies = [ "digest 0.10.7", "ed25519-zebra", @@ -260,16 +260,16 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.4.0-beta.1" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-beta.1#1dc5552daee498ed9e7ea5026e5fdf433e904b63" +version = "1.4.0-rc.1" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-rc.1#4ed28b17cb977a9e6b2fa610cf36936dfe6b0f69" dependencies = [ "syn 1.0.109", ] [[package]] name = "cosmwasm-std" -version = "1.4.0-beta.1" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-beta.1#1dc5552daee498ed9e7ea5026e5fdf433e904b63" +version = "1.4.0-rc.1" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-rc.1#4ed28b17cb977a9e6b2fa610cf36936dfe6b0f69" dependencies = [ "base64", "bnum", @@ -287,8 +287,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "1.4.0-beta.1" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-beta.1#1dc5552daee498ed9e7ea5026e5fdf433e904b63" +version = "1.4.0-rc.1" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.4.0-rc.1#4ed28b17cb977a9e6b2fa610cf36936dfe6b0f69" dependencies = [ "bitflags", "bytecheck", @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "wasmvm" -version = "1.3.1" +version = "1.4.0-rc.1" dependencies = [ "cbindgen", "cosmwasm-std", diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index c6ea34a22..9d7b3caaf 100644 --- a/libwasmvm/Cargo.toml +++ b/libwasmvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmvm" -version = "1.3.1" +version = "1.4.0-rc.1" publish = false authors = ["Ethan Frey "] edition = "2021" @@ -26,8 +26,8 @@ default = [] backtraces = [] [dependencies] -cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.0-beta.1", features = ["staking", "stargate", "iterator"] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.0-beta.1", features = ["staking", "stargate", "iterator"] } +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.0-rc.1", features = ["staking", "stargate", "iterator"] } +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.4.0-rc.1", features = ["staking", "stargate", "iterator"] } errno = "0.2" serde_json = "1.0.91" thiserror = "1.0.38"