From d81bc9290edc8d1eb59ced024499359ccd4da77a Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 30 Aug 2023 14:56:03 +0100 Subject: unit-wasm 0.2.0 Signed-off-by: Andrew Clayton --- examples/rust/echo-request/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust/echo-request/Cargo.toml') diff --git a/examples/rust/echo-request/Cargo.toml b/examples/rust/echo-request/Cargo.toml index 383184d..fc0ad5e 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.2" } +unit-wasm = { path = "../../../src/rust", version = "0.2.0" } [lib] crate-type = ["cdylib"] -- cgit