We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4dead commit 9ccf448Copy full SHA for 9ccf448
1 file changed
libwasmvm/Cargo.toml
@@ -32,7 +32,7 @@ cosmwasm-std = { version = "3.0.4", features = [
32
"iterator",
33
"ibc2",
34
] }
35
-cosmwasm-vm = { version = "3.0.4", features = [
+cosmwasm-vm = { git = "https://github.com/nolus-protocol/cosmwasm", branch = "v3.0.4-bulk-memory", features = [
36
"staking",
37
"stargate",
38
0 commit comments