From 7ef2f181304f19aba59066a35c72e1a239a4218d Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 14 May 2025 20:46:09 +0100 Subject: unit-wasm 0.4.0 Signed-off-by: Andrew Clayton --- examples/rust/echo-request/Cargo.toml | 2 +- examples/rust/hello-world/Cargo.toml | 2 +- examples/rust/large-upload/Cargo.toml | 2 +- examples/rust/upload-reflector/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/rust/echo-request/Cargo.toml b/examples/rust/echo-request/Cargo.toml index 5634224..2a527f4 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.3.0" } +unit-wasm = { path = "../../../src/rust", version = "0.4.0" } [lib] crate-type = ["cdylib"] diff --git a/examples/rust/hello-world/Cargo.toml b/examples/rust/hello-world/Cargo.toml index e4a2501..2d00e8b 100644 --- a/examples/rust/hello-world/Cargo.toml +++ b/examples/rust/hello-world/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.3.0" } +unit-wasm = { path = "../../../src/rust", version = "0.4.0" } [lib] crate-type = ["cdylib"] diff --git a/examples/rust/large-upload/Cargo.toml b/examples/rust/large-upload/Cargo.toml index 7a8e849..ffa8285 100644 --- a/examples/rust/large-upload/Cargo.toml +++ b/examples/rust/large-upload/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.3.0" } +unit-wasm = { path = "../../../src/rust", version = "0.4.0" } [lib] crate-type = ["cdylib"] diff --git a/examples/rust/upload-reflector/Cargo.toml b/examples/rust/upload-reflector/Cargo.toml index 15a0517..b3e9b08 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.3.0" } +unit-wasm = { path = "../../../src/rust", version = "0.4.0" } [lib] crate-type = ["cdylib"] -- cgit