diff options
Diffstat (limited to 'src/rust/unit-wasm-sys')
-rw-r--r-- | src/rust/unit-wasm-sys/Cargo.toml | 2 | ||||
-rw-r--r-- | src/rust/unit-wasm-sys/macros.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml index 427fd3c..d3cc2e3 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.2.0" +version = "0.3.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 080d702..5332468 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 = 2; +pub const LUW_VERSION_MINOR: i32 = 3; pub const LUW_VERSION_PATCH: i32 = 0; pub const LUW_VERSION_NUMBER: i32 = |