Skip to content

Commit

Permalink
fix(wasm-interface-common): bump sp-std
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Nov 28, 2023
1 parent 731d33b commit 092eb70
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 17 deletions.
69 changes: 53 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion primitives/wasm-interface-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
wasmi = { git = "https://github.com/gear-tech/wasmi", branch = "v0.13.2-sign-ext", default-features = false, optional = true }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }

[features]
default = [ "std" ]
Expand Down

0 comments on commit 092eb70

Please sign in to comment.