Skip to content

Commit

Permalink
[Docs] Update README.md and sync dependency
Browse files Browse the repository at this point in the history
Signed-off-by: vincent <vincent@secondstate.io>
  • Loading branch information
CaptainVincent committed Dec 19, 2024
1 parent 614d99e commit b481aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num-derive = "0.3"
num-traits = "0.2"
thiserror = "1.0.30"
wasmedge-macro.workspace = true
wasmedge-sys = { path = "crates/wasmedge-sys", version = "0.19.2", default-features = false }
wasmedge-sys = { path = "crates/wasmedge-sys", version = "0.19.4", default-features = false }
wasmedge-types.workspace = true

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This crate depends on the WasmEdge C API. In linux/macOS the crate can download

| wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
| :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
| 0.14.1 | 0.14.0 | 0.19.2 | 0.6.0 | 0.6.1 | 0.2.0 |
| 0.14.1 | 0.14.1 | 0.19.4 | 0.6.0 | 0.6.1 | 0.2.1 |
| 0.14.0 | 0.14.0 | 0.19.0 | 0.6.0 | 0.6.1 | 0.2.0 |
| 0.13.5-newapi | 0.13.5 | 0.18.0 | 0.5.0 | 0.6.1 | 0.2.0 |
| 0.13.2 | 0.13.5 | 0.17.5 | 0.4.4 | 0.6.1 | 0.1.0 |
Expand Down

0 comments on commit b481aa1

Please sign in to comment.