diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index 80c96d4f2..862c3752e 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -254,8 +254,8 @@ dependencies = [ [[package]] name = "cosmwasm-crypto" -version = "1.5.0-rc.0" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0-rc.0#d41afdda656eda81695fb80ff47e73ed13017965" +version = "1.5.0" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0#89891f0bb2de2c83d00600208695d0d5e1b617ac" dependencies = [ "digest 0.10.7", "ecdsa", @@ -267,16 +267,16 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.5.0-rc.0" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0-rc.0#d41afdda656eda81695fb80ff47e73ed13017965" +version = "1.5.0" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0#89891f0bb2de2c83d00600208695d0d5e1b617ac" dependencies = [ "syn 1.0.109", ] [[package]] name = "cosmwasm-std" -version = "1.5.0-rc.0" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0-rc.0#d41afdda656eda81695fb80ff47e73ed13017965" +version = "1.5.0" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0#89891f0bb2de2c83d00600208695d0d5e1b617ac" dependencies = [ "base64", "bech32", @@ -296,8 +296,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "1.5.0-rc.0" -source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0-rc.0#d41afdda656eda81695fb80ff47e73ed13017965" +version = "1.5.0" +source = "git+https://github.com/CosmWasm/cosmwasm.git?rev=v1.5.0#89891f0bb2de2c83d00600208695d0d5e1b617ac" dependencies = [ "bitflags", "bytecheck", @@ -2084,7 +2084,7 @@ dependencies = [ [[package]] name = "wasmvm" -version = "1.5.0-rc.0" +version = "1.5.0" dependencies = [ "cbindgen", "cosmwasm-std", diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index e74d7c1e7..8301c67e0 100644 --- a/libwasmvm/Cargo.toml +++ b/libwasmvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmvm" -version = "1.5.0-rc.0" +version = "1.5.0" 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.5.0-rc.0", features = ["staking", "stargate", "iterator"] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.0-rc.0", features = ["staking", "stargate", "iterator"] } +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.0", features = ["staking", "stargate", "iterator"] } +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.5.0", features = ["staking", "stargate", "iterator"] } errno = "0.2" serde_json = "1.0.91" thiserror = "1.0.38"