diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 22:21:11 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 22:21:11 +0100 |
commit | c4021f9c9c33cbac9248a5239c2fcf8129152ee4 (patch) | |
tree | 7f4ffa1f9cf88bbcc964581505962923b4c238f8 /src/rust/Cargo.toml | |
parent | cf49f71c293581cca2cff78b77f3a4dc791ca926 (diff) | |
download | unit-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/rust/Cargo.toml')
-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 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" } |