Skip to content

Commit 9ccf448

Browse files
committed
feat: enable bulk memory
1 parent 4e4dead commit 9ccf448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libwasmvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cosmwasm-std = { version = "3.0.4", features = [
3232
"iterator",
3333
"ibc2",
3434
] }
35-
cosmwasm-vm = { version = "3.0.4", features = [
35+
cosmwasm-vm = { git = "https://github.com/nolus-protocol/cosmwasm", branch = "v3.0.4-bulk-memory", features = [
3636
"staking",
3737
"stargate",
3838
"iterator",

0 commit comments

Comments
 (0)