summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:10:46 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:36:31 +0100
commita4f54529ef8aba565be426bc22b56824b3bf465c (patch)
treee6b783dc9a9cdff0d30e6995d5b2409450984002 /src
parent74e22d0c7208f053af151982160e306c31a24d0e (diff)
downloadunit-wasm-a4f54529ef8aba565be426bc22b56824b3bf465c.tar.gz
unit-wasm-a4f54529ef8aba565be426bc22b56824b3bf465c.tar.bz2
Rust/unit-wasm-sys: Version 0.1.3
Bump the version for the 'rusty' API. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src')
-rw-r--r--src/rust/Cargo.toml2
-rw-r--r--src/rust/unit-wasm-sys/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 6bd5fbc..c90d26a 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -12,4 +12,4 @@ path = "src/lib.rs"
[dependencies]
-unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.2" }
+unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.3" }
diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml
index 9e7f948..61fe831 100644
--- a/src/rust/unit-wasm-sys/Cargo.toml
+++ b/src/rust/unit-wasm-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-wasm-sys"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
authors = ["Timo Stark <t.stark@nginx.com>", "Andrew Clayton <a.clayton@nginx.com>"]
links = "unit-wasm"