diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 03:11:39 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 03:36:31 +0100 |
commit | 07d6d058a65e5cddf1f003407aae5a0331c0eb11 (patch) | |
tree | 51484604e435e95c0f9cd573967a3ade55311fde | |
parent | a4f54529ef8aba565be426bc22b56824b3bf465c (diff) | |
download | unit-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>
-rw-r--r-- | src/rust/Cargo.toml | 2 |
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" |