diff --git a/Cargo.lock b/Cargo.lock index 791169cc8..2b1a2a4ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,8 +169,8 @@ checksum = "9f6b64db6932c7e49332728e3a6bd82c6b7e16016607d20923b537c3bc4c0d5f" [[package]] name = "cosmwasm-crypto" -version = "0.14.0-rc1" -source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0-rc1#d9a13b54c68104c039ea6bbbde0ce7573070d0b5" +version = "0.14.0" +source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0#b82b655ca9acf405a52f563f8490bd29c957abc6" dependencies = [ "digest", "ed25519-zebra", @@ -181,16 +181,16 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "0.14.0-rc1" -source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0-rc1#d9a13b54c68104c039ea6bbbde0ce7573070d0b5" +version = "0.14.0" +source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0#b82b655ca9acf405a52f563f8490bd29c957abc6" dependencies = [ "syn", ] [[package]] name = "cosmwasm-std" -version = "0.14.0-rc1" -source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0-rc1#d9a13b54c68104c039ea6bbbde0ce7573070d0b5" +version = "0.14.0" +source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0#b82b655ca9acf405a52f563f8490bd29c957abc6" dependencies = [ "base64", "cosmwasm-crypto", @@ -203,8 +203,8 @@ dependencies = [ [[package]] name = "cosmwasm-vm" -version = "0.14.0-rc1" -source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0-rc1#d9a13b54c68104c039ea6bbbde0ce7573070d0b5" +version = "0.14.0" +source = "git+https://github.com/CosmWasm/cosmwasm?rev=v0.14.0#b82b655ca9acf405a52f563f8490bd29c957abc6" dependencies = [ "clru", "cosmwasm-crypto", diff --git a/Cargo.toml b/Cargo.toml index 8056442c5..5f9191a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ default = [] backtraces = [] [dependencies] -cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.14.0-rc1", features = ["iterator", "staking", "stargate"] } -cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.14.0-rc1", features = ["iterator", "staking", "stargate"] } +cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.14.0", features = ["iterator", "staking", "stargate"] } +cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.14.0", features = ["iterator", "staking", "stargate"] } errno = "0.2" serde_json = "1.0" thiserror = "1.0" diff --git a/api/testdata/hackatom.wasm b/api/testdata/hackatom.wasm index eb53ae264..e9f0b9050 100644 Binary files a/api/testdata/hackatom.wasm and b/api/testdata/hackatom.wasm differ diff --git a/api/testdata/ibc_reflect.wasm b/api/testdata/ibc_reflect.wasm index 0b6753ca9..33f49b33e 100644 Binary files a/api/testdata/ibc_reflect.wasm and b/api/testdata/ibc_reflect.wasm differ diff --git a/api/testdata/queue.wasm b/api/testdata/queue.wasm index 6d929dffe..224ec4b4c 100644 Binary files a/api/testdata/queue.wasm and b/api/testdata/queue.wasm differ diff --git a/api/testdata/reflect.wasm b/api/testdata/reflect.wasm index 5a4df078c..4606c4a8d 100644 Binary files a/api/testdata/reflect.wasm and b/api/testdata/reflect.wasm differ