summaryrefslogtreecommitdiffhomepage
path: root/examples/rust/echo-request
diff options
context:
space:
mode:
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 fc0ad5e..5634224 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.2.0" }
+unit-wasm = { path = "../../../src/rust", version = "0.3.0" }
[lib]
crate-type = ["cdylib"]