From 01c43784ec53aa1ff22aca7e7ae6f18b4591b514 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 19 Oct 2023 19:35:12 +0100 Subject: unit-wasm 0.3.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 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/rust') 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"] diff --git a/examples/rust/hello-world/Cargo.toml b/examples/rust/hello-world/Cargo.toml index 62152e5..e4a2501 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.2.0" } +unit-wasm = { path = "../../../src/rust", version = "0.3.0" } [lib] crate-type = ["cdylib"] diff --git a/examples/rust/large-upload/Cargo.toml b/examples/rust/large-upload/Cargo.toml index b74192e..7a8e849 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.2.0" } +unit-wasm = { path = "../../../src/rust", version = "0.3.0" } [lib] crate-type = ["cdylib"] 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"] -- cgit