This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- unit-wasm = { path = " ../../../src/rust" , version = " 0.2 .0" }
9+ unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
1010
1111[lib ]
1212crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- unit-wasm = { path = " ../../../src/rust" , version = " 0.2 .0" }
9+ unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
1010
1111[lib ]
1212crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- unit-wasm = { path = " ../../../src/rust" , version = " 0.2 .0" }
9+ unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
1010
1111[lib ]
1212crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rust-upload-reflector"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- unit-wasm = { path = " ../../../src/rust" , version = " 0.2 .0" }
9+ unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
1010
1111[lib ]
1212crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ extern "C" {
1717#endif
1818
1919#define LUW_VERSION_MAJOR 0
20- #define LUW_VERSION_MINOR 2
20+ #define LUW_VERSION_MINOR 3
2121#define LUW_VERSION_PATCH 0
2222
2323/* Version number in hex 0xMMmmpp00 */
Original file line number Diff line number Diff line change 11[package ]
22name = " unit-wasm"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [" Timo Stark <t.stark@f5.com>" , " Andrew Clayton <a.clayton@f5.com>" ]
55description = " WASM SDK for NGINX Unit"
66license = " Apache-2.0"
@@ -12,4 +12,4 @@ path = "src/lib.rs"
1212
1313
1414[dependencies ]
15- unit-wasm-sys = { path = " unit-wasm-sys" , version = " 0.2 .0" }
15+ unit-wasm-sys = { path = " unit-wasm-sys" , version = " 0.3 .0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " unit-wasm-sys"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2021"
55authors = [" Timo Stark <t.stark@nginx.com>" , " Andrew Clayton <a.clayton@nginx.com>" ]
66links = " unit-wasm"
Original file line number Diff line number Diff line change 66 */
77
88pub const LUW_VERSION_MAJOR : i32 = 0 ;
9- pub const LUW_VERSION_MINOR : i32 = 2 ;
9+ pub const LUW_VERSION_MINOR : i32 = 3 ;
1010pub const LUW_VERSION_PATCH : i32 = 0 ;
1111
1212pub const LUW_VERSION_NUMBER : i32 =
You can’t perform that action at this time.
0 commit comments