From 0c0596467576b31c61cc4b7468f002e42612a23e Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 28 Aug 2023 22:24:30 +0100 Subject: Rust/unit-wasm: Version 0.1.2 luw_http_add_header() no longer takes an idx argument. 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 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 ", "Andrew Clayton "] description = "WASM SDK for NGINX Unit" license = "Apache-2.0" -- cgit