File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ num-derive = "0.3"
17
17
num-traits = " 0.2"
18
18
thiserror = " 1.0.30"
19
19
wasmedge-macro.workspace = true
20
- wasmedge-sys = { path = " crates/wasmedge-sys" , version = " 0.17.4 " , default-features = false }
20
+ wasmedge-sys = { path = " crates/wasmedge-sys" , version = " 0.17.5 " , default-features = false }
21
21
wasmedge-types.workspace = true
22
22
23
23
[workspace .dependencies ]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ This crate depends on the WasmEdge C API. In linux/macOS the crate can download
16
16
17
17
| wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
18
18
| :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
19
- | 0.13.2 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
20
- | 0.13.1 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
19
+ | 0.13.2 | 0.13.5 | 0.17.5 | 0.4.4 | 0.6.1 | 0.1.0 |
20
+ | 0.13.1 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
21
21
| 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
22
22
| 0.12.2 | 0.13.4 | 0.17.2 | 0.4.4 | 0.6.1 | 0.1.0 |
23
23
| 0.12.1 | 0.13.4 | 0.17.1 | 0.4.4 | 0.6.1 | 0.1.0 |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ links = "wasmedge"
10
10
name = " wasmedge-sys"
11
11
readme = " README.md"
12
12
repository = " https://github.com/WasmEdge/wasmedge-rust-sdk"
13
- version = " 0.17.4 "
13
+ version = " 0.17.5 "
14
14
15
15
[dependencies ]
16
16
fiber-for-wasmedge = { version = " 14.0.4" , optional = true }
Original file line number Diff line number Diff line change 19
19
//!
20
20
//! | wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
21
21
//! | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
22
- //! | 0.13.2 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
23
- //! | 0.13.1 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
22
+ //! | 0.13.2 | 0.13.5 | 0.17.5 | 0.4.4 | 0.6.1 | 0.1.0 |
23
+ //! | 0.13.1 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
24
24
//! | 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
25
25
//! | 0.12.2 | 0.13.4 | 0.17.2 | 0.4.4 | 0.6.1 | 0.1.0 |
26
26
//! | 0.12.1 | 0.13.4 | 0.17.1 | 0.4.4 | 0.6.1 | 0.1.0 |
Original file line number Diff line number Diff line change 25
25
//!
26
26
//! | wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
27
27
//! | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
28
- //! | 0.13.2 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
29
- //! | 0.13.1 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
28
+ //! | 0.13.2 | 0.13.5 | 0.17.5 | 0.4.4 | 0.6.1 | 0.1.0 |
29
+ //! | 0.13.1 | 0.13.5 | 0.17.4 | 0.4.4 | 0.6.1 | 0.1.0 |
30
30
//! | 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
31
31
//! | 0.12.2 | 0.13.4 | 0.17.2 | 0.4.4 | 0.6.1 | 0.1.0 |
32
32
//! | 0.12.1 | 0.13.4 | 0.17.1 | 0.4.4 | 0.6.1 | 0.1.0 |
You can’t perform that action at this time.
0 commit comments