summaryrefslogtreecommitdiffhomepage
path: root/examples/rust/echo-request
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:45:35 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:45:35 +0100
commit18a39cca9769b1651a9454471bbd8864e8d84d7c (patch)
tree19e57f48703c578d2de36d25f82d0856423d1e44 /examples/rust/echo-request
parent07d6d058a65e5cddf1f003407aae5a0331c0eb11 (diff)
downloadunit-wasm-18a39cca9769b1651a9454471bbd8864e8d84d7c.tar.gz
unit-wasm-18a39cca9769b1651a9454471bbd8864e8d84d7c.tar.bz2
examples/rust: Update unit-wasm dependency version
This is for the new 'rusty' API. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'examples/rust/echo-request')
-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 c0d8dca..1c4c031 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.0-beta" }
+unit-wasm = { path = "../../../src/rust", version = "0.1.1" }
[lib]
crate-type = ["cdylib"]