summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-28 22:21:11 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-28 22:21:11 +0100
commitc4021f9c9c33cbac9248a5239c2fcf8129152ee4 (patch)
tree7f4ffa1f9cf88bbcc964581505962923b4c238f8 /src
parentcf49f71c293581cca2cff78b77f3a4dc791ca926 (diff)
downloadunit-wasm-c4021f9c9c33cbac9248a5239c2fcf8129152ee4.tar.gz
unit-wasm-c4021f9c9c33cbac9248a5239c2fcf8129152ee4.tar.bz2
Rust/unit-wasm-sys: Version 0.1.4
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.toml2
-rw-r--r--src/rust/unit-wasm-sys/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 736f90c..0e85d7b 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -12,4 +12,4 @@ path = "src/lib.rs"
[dependencies]
-unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.3" }
+unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.4" }
diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml
index 61fe831..bfdf747 100644
--- a/src/rust/unit-wasm-sys/Cargo.toml
+++ b/src/rust/unit-wasm-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-wasm-sys"
-version = "0.1.3"
+version = "0.1.4"
edition = "2021"
authors = ["Timo Stark <t.stark@nginx.com>", "Andrew Clayton <a.clayton@nginx.com>"]
links = "unit-wasm"