summaryrefslogtreecommitdiffhomepage
path: root/src/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/Cargo.toml')
-rw-r--r--src/rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 30d3d7e..bc8fda1 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-wasm"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Timo Stark <t.stark@f5.com>", "Andrew Clayton <a.clayton@f5.com>"]
description = "WASM SDK for NGINX Unit"
license = "Apache-2.0"
@@ -12,4 +12,4 @@ path = "src/lib.rs"
[dependencies]
-unit-wasm-sys = { path = "unit-wasm-sys", version = "0.2.0" }
+unit-wasm-sys = { path = "unit-wasm-sys", version = "0.3.0" }