summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:07:34 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-26 03:36:31 +0100
commit74e22d0c7208f053af151982160e306c31a24d0e (patch)
tree9c9a453f0f251b83af01b574a4ff1377722b13fe /examples
parentd995a9ab6910b237bfbdfd25dcb28376735ad4bf (diff)
downloadunit-wasm-74e22d0c7208f053af151982160e306c31a24d0e.tar.gz
unit-wasm-74e22d0c7208f053af151982160e306c31a24d0e.tar.bz2
examples/rust: Bump the versions
Seeing as these are now using the 'rusty' API bump their versions to 0.2.0 Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/rust/echo-request/Cargo.toml2
-rw-r--r--examples/rust/upload-reflector/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/rust/echo-request/Cargo.toml b/examples/rust/echo-request/Cargo.toml
index 256242e..c0d8dca 100644
--- a/examples/rust/echo-request/Cargo.toml
+++ b/examples/rust/echo-request/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-echo-request"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/examples/rust/upload-reflector/Cargo.toml b/examples/rust/upload-reflector/Cargo.toml
index dc9d23f..43ffad2 100644
--- a/examples/rust/upload-reflector/Cargo.toml
+++ b/examples/rust/upload-reflector/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-upload-reflector"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html