summaryrefslogtreecommitdiffhomepage
path: root/examples/rust/echo-request
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-28 22:26:28 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-28 22:26:28 +0100
commitc98d9d80111236b882883eeb8b00f533f1212bef (patch)
tree2dff82fc707d1e6767e3cdfd53fdc226db145dd8 /examples/rust/echo-request
parent0c0596467576b31c61cc4b7468f002e42612a23e (diff)
downloadunit-wasm-c98d9d80111236b882883eeb8b00f533f1212bef.tar.gz
unit-wasm-c98d9d80111236b882883eeb8b00f533f1212bef.tar.bz2
examples/rust: Update unit-wasm dependency version
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--examples/rust/echo-request/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/echo-request/Cargo.toml b/examples/rust/echo-request/Cargo.toml
index 1c4c031..383184d 100644
--- a/examples/rust/echo-request/Cargo.toml
+++ b/examples/rust/echo-request/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-unit-wasm = { path = "../../../src/rust", version = "0.1.1" }
+unit-wasm = { path = "../../../src/rust", version = "0.1.2" }
[lib]
crate-type = ["cdylib"]