summaryrefslogtreecommitdiffhomepage
path: root/src/rust/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-28 22:24:30 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-28 22:24:30 +0100
commit0c0596467576b31c61cc4b7468f002e42612a23e (patch)
treeacdf3b5c83e5a39ee4fc69402e5044bc373c1c2c /src/rust/Cargo.toml
parentc4021f9c9c33cbac9248a5239c2fcf8129152ee4 (diff)
downloadunit-wasm-0c0596467576b31c61cc4b7468f002e42612a23e.tar.gz
unit-wasm-0c0596467576b31c61cc4b7468f002e42612a23e.tar.bz2
Rust/unit-wasm: Version 0.1.2
luw_http_add_header() no longer takes an idx argument. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '')
-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 0e85d7b..e58138b 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-wasm"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Timo Stark <t.stark@f5.com>", "Andrew Clayton <a.clayton@f5.com>"]
description = "WASM SDK for NGINX Unit"
license = "Apache-2.0"