From c98d9d80111236b882883eeb8b00f533f1212bef Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 28 Aug 2023 22:26:28 +0100 Subject: examples/rust: Update unit-wasm dependency version luw_http_add_header() no longer takes an idx argument. Signed-off-by: Andrew Clayton --- examples/rust/echo-request/Cargo.toml | 2 +- examples/rust/upload-reflector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 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"] diff --git a/examples/rust/upload-reflector/Cargo.toml b/examples/rust/upload-reflector/Cargo.toml index 3450a02..ce515d3 100644 --- a/examples/rust/upload-reflector/Cargo.toml +++ b/examples/rust/upload-reflector/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"] -- cgit