File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
9
+ unit-wasm = { path = " ../../../src/rust" , version = " 0.4 .0" }
10
10
11
11
[lib ]
12
12
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
9
+ unit-wasm = { path = " ../../../src/rust" , version = " 0.4 .0" }
10
10
11
11
[lib ]
12
12
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
9
+ unit-wasm = { path = " ../../../src/rust" , version = " 0.4 .0" }
10
10
11
11
[lib ]
12
12
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- unit-wasm = { path = " ../../../src/rust" , version = " 0.3 .0" }
9
+ unit-wasm = { path = " ../../../src/rust" , version = " 0.4 .0" }
10
10
11
11
[lib ]
12
12
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ extern "C" {
17
17
#endif
18
18
19
19
#define LUW_VERSION_MAJOR 0
20
- #define LUW_VERSION_MINOR 3
20
+ #define LUW_VERSION_MINOR 4
21
21
#define LUW_VERSION_PATCH 0
22
22
23
23
/* Version number in hex 0xMMmmpp00 */
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " unit-wasm"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Timo Stark <t.stark@f5.com>" , " Andrew Clayton <a.clayton@f5.com>" ]
5
5
description = " WASM SDK for NGINX Unit"
6
6
license = " Apache-2.0"
@@ -12,4 +12,4 @@ path = "src/lib.rs"
12
12
13
13
14
14
[dependencies ]
15
- unit-wasm-sys = { path = " unit-wasm-sys" , version = " 0.3 .0" }
15
+ unit-wasm-sys = { path = " unit-wasm-sys" , version = " 0.4 .0" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " unit-wasm-sys"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
edition = " 2021"
5
5
authors = [" Timo Stark <t.stark@nginx.com>" , " Andrew Clayton <a.clayton@nginx.com>" ]
6
6
links = " unit-wasm"
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
pub const LUW_VERSION_MAJOR : i32 = 0 ;
9
- pub const LUW_VERSION_MINOR : i32 = 3 ;
9
+ pub const LUW_VERSION_MINOR : i32 = 4 ;
10
10
pub const LUW_VERSION_PATCH : i32 = 0 ;
11
11
12
12
pub const LUW_VERSION_NUMBER : i32 =
You can’t perform that action at this time.
0 commit comments