summaryrefslogtreecommitdiffhomepage
path: root/examples/rust/upload-reflector
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-10-19 19:35:12 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-10-19 19:35:12 +0100
commit01c43784ec53aa1ff22aca7e7ae6f18b4591b514 (patch)
tree02afe50936eb1943413f4d03dc52f7efbeeb5757 /examples/rust/upload-reflector
parent9b17f64d301334b999a8138037d32ff72e951018 (diff)
downloadunit-wasm-01c43784ec53aa1ff22aca7e7ae6f18b4591b514.tar.gz
unit-wasm-01c43784ec53aa1ff22aca7e7ae6f18b4591b514.tar.bz2
unit-wasm 0.3.0v0.3.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'examples/rust/upload-reflector')
-rw-r--r--examples/rust/upload-reflector/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rust/upload-reflector/Cargo.toml b/examples/rust/upload-reflector/Cargo.toml
index 5270f81..15a0517 100644
--- a/examples/rust/upload-reflector/Cargo.toml
+++ b/examples/rust/upload-reflector/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "rust-upload-reflector"
-version = "0.2.0"
+version = "0.3.0"
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.2.0" }
+unit-wasm = { path = "../../../src/rust", version = "0.3.0" }
[lib]
crate-type = ["cdylib"]