summaryrefslogtreecommitdiffhomepage
path: root/src/rust/unit-wasm-sys/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-25 03:39:37 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-25 03:39:37 +0100
commit3d5f21e2b3c53204a8c5d5d1306142cc407e2d71 (patch)
tree196a267268834c29c6bdf07683fc10d9c203b298 /src/rust/unit-wasm-sys/Cargo.toml
parenta6bc364838d06dda56252c65f9d30c29effac992 (diff)
downloadunit-wasm-3d5f21e2b3c53204a8c5d5d1306142cc407e2d71.tar.gz
unit-wasm-3d5f21e2b3c53204a8c5d5d1306142cc407e2d71.tar.bz2
Rust/unit-wasm-sys: Bump the version of the crate
unit-wasm-sys 0.1.2 Might as well do this now before the code changes and we bump the version again. This version was published to crates.io Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '')
-rw-r--r--src/rust/unit-wasm-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml
index d8f64a3..9e7f948 100644
--- a/src/rust/unit-wasm-sys/Cargo.toml
+++ b/src/rust/unit-wasm-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-wasm-sys"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
authors = ["Timo Stark <t.stark@nginx.com>", "Andrew Clayton <a.clayton@nginx.com>"]
links = "unit-wasm"