diff --git a/libwasmvm/Cargo.lock b/libwasmvm/Cargo.lock index 933c5ed3..c7569b35 100644 --- a/libwasmvm/Cargo.lock +++ b/libwasmvm/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "cosmwasm-crypto" version = "1.1.9-0.7.0" -source = "git+https://github.com/line/cosmwasm?rev=refs/pull/256/head#fd48729a4db7f61b9a244dd009e156b07cff86f1" +source = "git+https://github.com/line/cosmwasm?rev=6ea2dfb#6ea2dfb77929c901fa8629df5c7753457b546860" dependencies = [ "digest 0.10.6", "ed25519-zebra", @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "cosmwasm-derive" version = "1.1.9-0.7.0" -source = "git+https://github.com/line/cosmwasm?rev=refs/pull/256/head#fd48729a4db7f61b9a244dd009e156b07cff86f1" +source = "git+https://github.com/line/cosmwasm?rev=6ea2dfb#6ea2dfb77929c901fa8629df5c7753457b546860" dependencies = [ "convert_case", "proc-macro2", @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "cosmwasm-std" version = "1.1.9-0.7.0" -source = "git+https://github.com/line/cosmwasm?rev=refs/pull/256/head#fd48729a4db7f61b9a244dd009e156b07cff86f1" +source = "git+https://github.com/line/cosmwasm?rev=6ea2dfb#6ea2dfb77929c901fa8629df5c7753457b546860" dependencies = [ "base64", "cosmwasm-crypto", @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "cosmwasm-vm" version = "1.1.9-0.7.0" -source = "git+https://github.com/line/cosmwasm?rev=refs/pull/256/head#fd48729a4db7f61b9a244dd009e156b07cff86f1" +source = "git+https://github.com/line/cosmwasm?rev=6ea2dfb#6ea2dfb77929c901fa8629df5c7753457b546860" dependencies = [ "bitflags", "bytecheck", diff --git a/libwasmvm/Cargo.toml b/libwasmvm/Cargo.toml index 0a0cf253..f264001b 100644 --- a/libwasmvm/Cargo.toml +++ b/libwasmvm/Cargo.toml @@ -30,8 +30,8 @@ default = [] backtraces = [] [dependencies] -cosmwasm-std = { git = "https://github.com/line/cosmwasm", rev = "refs/pull/256/head", features = ["iterator","staking","stargate"]} -cosmwasm-vm = { git = "https://github.com/line/cosmwasm", rev = "refs/pull/256/head", features = ["iterator","staking","stargate"]} +cosmwasm-std = { git = "https://github.com/line/cosmwasm", rev = "6ea2dfb", features = ["iterator","staking","stargate"]} +cosmwasm-vm = { git = "https://github.com/line/cosmwasm", rev = "6ea2dfb", features = ["iterator","staking","stargate"]} errno = "0.2" serde_json = "1.0" thiserror = "1.0"