Skip to content

Commit

Permalink
wasm3-provider: update wapc version
Browse files Browse the repository at this point in the history
Consume latest version of wapc

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 24, 2024
1 parent 19fd023 commit db7c363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasm3-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ independent = true
status = "actively-developed"

[dependencies]
wapc = { path = "../wapc", version = "1.1.0" }
wapc = { path = "../wapc", version = "2.0.0" }
wasm3 = { version = "0.3.1", features = ["build-bindgen"] }
log = "0.4.11"
thiserror = "1.0"
Expand Down

0 comments on commit db7c363

Please sign in to comment.