Skip to content

Commit

Permalink
[CI] fix wasmedge-types version
Browse files Browse the repository at this point in the history
Signed-off-by: csh <[email protected]>
  • Loading branch information
L-jasmine committed Apr 30, 2024
1 parent f728255 commit 5111c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-wasi = { path = "crates/async-wasi", version = "0.2.0" }
cfg-if = "1.0.0"
parking_lot = "0.12.1"
wasmedge-macro = { path = "crates/wasmedge-macro", version = "0.6" }
wasmedge-types = { path = "crates/wasmedge-types", version = "0.4" }
wasmedge-types = { path = "crates/wasmedge-types", version = "0.5" }
wat = "1.0"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down

0 comments on commit 5111c69

Please sign in to comment.