Skip to content

Commit e914908

Browse files
authored
[Version] Bump wasmedge-sys to v0.17.5 (#94)
* version(rust-sys): bump to `0.17.5` Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update versioning table Signed-off-by: Xin Liu <[email protected]> * chore(rust-sys): update dependency Signed-off-by: Xin Liu <[email protected]> * chore(rust-sdk): update versioning table Signed-off-by: Xin Liu <[email protected]> --------- Signed-off-by: Xin Liu <[email protected]>
1 parent 06e7d2d commit e914908

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ num-derive = "0.3"
1717
num-traits = "0.2"
1818
thiserror = "1.0.30"
1919
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 }
2121
wasmedge-types.workspace = true
2222

2323
[workspace.dependencies]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This crate depends on the WasmEdge C API. In linux/macOS the crate can download
1616

1717
| wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
1818
| :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
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 |
2121
| 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
2222
| 0.12.2 | 0.13.4 | 0.17.2 | 0.4.4 | 0.6.1 | 0.1.0 |
2323
| 0.12.1 | 0.13.4 | 0.17.1 | 0.4.4 | 0.6.1 | 0.1.0 |

crates/wasmedge-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ links = "wasmedge"
1010
name = "wasmedge-sys"
1111
readme = "README.md"
1212
repository = "https://github.com/WasmEdge/wasmedge-rust-sdk"
13-
version = "0.17.4"
13+
version = "0.17.5"
1414

1515
[dependencies]
1616
fiber-for-wasmedge = { version = "14.0.4", optional = true }

crates/wasmedge-sys/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
//!
2020
//! | wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
2121
//! | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
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 |
2424
//! | 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
2525
//! | 0.12.2 | 0.13.4 | 0.17.2 | 0.4.4 | 0.6.1 | 0.1.0 |
2626
//! | 0.12.1 | 0.13.4 | 0.17.1 | 0.4.4 | 0.6.1 | 0.1.0 |

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
//!
2626
//! | wasmedge-sdk | WasmEdge lib | wasmedge-sys | wasmedge-types| wasmedge-macro| async-wasi|
2727
//! | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-------: |
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 |
3030
//! | 0.13.0 | 0.13.5 | 0.17.3 | 0.4.4 | 0.6.1 | 0.1.0 |
3131
//! | 0.12.2 | 0.13.4 | 0.17.2 | 0.4.4 | 0.6.1 | 0.1.0 |
3232
//! | 0.12.1 | 0.13.4 | 0.17.1 | 0.4.4 | 0.6.1 | 0.1.0 |

0 commit comments

Comments
 (0)