From 07d6d058a65e5cddf1f003407aae5a0331c0eb11 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 26 Aug 2023 03:11:39 +0100 Subject: Rust/unit-wasm: Version 0.1.1 Bump the version for the 'rusty' API. Signed-off-by: Andrew Clayton --- src/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ", "Andrew Clayton "] description = "WASM SDK for NGINX Unit" license = "Apache-2.0" -- cgit