diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 03:45:35 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 03:45:35 +0100 |
commit | 18a39cca9769b1651a9454471bbd8864e8d84d7c (patch) | |
tree | 19e57f48703c578d2de36d25f82d0856423d1e44 | |
parent | 07d6d058a65e5cddf1f003407aae5a0331c0eb11 (diff) | |
download | unit-wasm-18a39cca9769b1651a9454471bbd8864e8d84d7c.tar.gz unit-wasm-18a39cca9769b1651a9454471bbd8864e8d84d7c.tar.bz2 |
examples/rust: Update unit-wasm dependency version
This is for the new 'rusty' API.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | examples/rust/echo-request/Cargo.toml | 2 | ||||
-rw-r--r-- | examples/rust/upload-reflector/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/rust/echo-request/Cargo.toml b/examples/rust/echo-request/Cargo.toml index c0d8dca..1c4c031 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.0-beta" } +unit-wasm = { path = "../../../src/rust", version = "0.1.1" } [lib] crate-type = ["cdylib"] 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"] |