summaryrefslogtreecommitdiffhomepage
path: root/src/rust
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:11:39 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:36:31 +0100
commit07d6d058a65e5cddf1f003407aae5a0331c0eb11 (patch)
tree51484604e435e95c0f9cd573967a3ade55311fde /src/rust
parenta4f54529ef8aba565be426bc22b56824b3bf465c (diff)
downloadunit-wasm-07d6d058a65e5cddf1f003407aae5a0331c0eb11.tar.gz
unit-wasm-07d6d058a65e5cddf1f003407aae5a0331c0eb11.tar.bz2
Rust/unit-wasm: Version 0.1.1
Bump the version for the 'rusty' API. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index c90d26a..736f90c 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-wasm"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Timo Stark <t.stark@f5.com>", "Andrew Clayton <a.clayton@f5.com>"]
description = "WASM SDK for NGINX Unit"
license = "Apache-2.0"