From 18a39cca9769b1651a9454471bbd8864e8d84d7c Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 26 Aug 2023 03:45:35 +0100 Subject: examples/rust: Update unit-wasm dependency version This is for the new 'rusty' API. Signed-off-by: Andrew Clayton --- examples/rust/upload-reflector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust/upload-reflector/Cargo.toml') diff --git a/examples/rust/upload-reflector/Cargo.toml b/examples/rust/upload-reflector/Cargo.toml index 43ffad2..3450a02 100644 --- a/examples/rust/upload-reflector/Cargo.toml +++ b/examples/rust/upload-reflector/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"] -- cgit