summaryrefslogtreecommitdiffhomepage
path: root/examples/rust/upload-reflector/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rust/upload-reflector/Cargo.toml')
-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"]