diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 03:07:34 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 03:36:31 +0100 |
commit | 74e22d0c7208f053af151982160e306c31a24d0e (patch) | |
tree | 9c9a453f0f251b83af01b574a4ff1377722b13fe /examples/rust | |
parent | d995a9ab6910b237bfbdfd25dcb28376735ad4bf (diff) | |
download | unit-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/rust')
-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 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 |