diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 22:26:28 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 22:26:28 +0100 |
commit | c98d9d80111236b882883eeb8b00f533f1212bef (patch) | |
tree | 2dff82fc707d1e6767e3cdfd53fdc226db145dd8 /examples/rust/upload-reflector/Cargo.toml | |
parent | 0c0596467576b31c61cc4b7468f002e42612a23e (diff) | |
download | unit-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/upload-reflector/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |