diff options
Diffstat (limited to 'src/rust')
| -rw-r--r-- | src/rust/Cargo.toml | 4 | ||||
| -rw-r--r-- | src/rust/unit-wasm-sys/Cargo.toml | 2 | ||||
| -rw-r--r-- | src/rust/unit-wasm-sys/macros.rs | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index bc8fda1..4db6b1b 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-wasm" -version = "0.3.0" +version = "0.4.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.3.0" } +unit-wasm-sys = { path = "unit-wasm-sys", version = "0.4.0" } diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml index d3cc2e3..5e6b078 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.3.0" +version = "0.4.0" edition = "2021" authors = ["Timo Stark <t.stark@nginx.com>", "Andrew Clayton <a.clayton@nginx.com>"] links = "unit-wasm" diff --git a/src/rust/unit-wasm-sys/macros.rs b/src/rust/unit-wasm-sys/macros.rs index 5332468..901939c 100644 --- a/src/rust/unit-wasm-sys/macros.rs +++ b/src/rust/unit-wasm-sys/macros.rs @@ -6,7 +6,7 @@ */ pub const LUW_VERSION_MAJOR: i32 = 0; -pub const LUW_VERSION_MINOR: i32 = 3; +pub const LUW_VERSION_MINOR: i32 = 4; pub const LUW_VERSION_PATCH: i32 = 0; pub const LUW_VERSION_NUMBER: i32 = |
