Skip to content

Commit

Permalink
chore(rust-sdk): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jun 25, 2023
1 parent 0251624 commit 8ca8d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ anyhow = "1.0"
num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0.30"
wasmedge-macro = {path = "crates/wasmedge-macro", version = "0.4"}
wasmedge-sys = {path = "crates/wasmedge-sys", version = "0.14", default-features = false}
wasmedge-types = {path = "crates/wasmedge-types", version = "0.4"}
wasmedge-macro = {path = "crates/wasmedge-macro", version = "0.4.0-alpha.1"}
wasmedge-sys = {path = "crates/wasmedge-sys", version = "0.14.0-alpha.1", default-features = false}
wasmedge-types = {path = "crates/wasmedge-types", version = "0.4.2-alpha.1"}
wat = "1.0"

[features]
Expand Down

0 comments on commit 8ca8d9a

Please sign in to comment.