diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 22:24:30 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 22:24:30 +0100 |
commit | 0c0596467576b31c61cc4b7468f002e42612a23e (patch) | |
tree | acdf3b5c83e5a39ee4fc69402e5044bc373c1c2c /src | |
parent | c4021f9c9c33cbac9248a5239c2fcf8129152ee4 (diff) | |
download | unit-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 'src')
-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 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" |