File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ edition = "2021"
9
9
license = " Apache-2.0"
10
10
homepage = " https://github.com/nginxinc/ngx-rust"
11
11
repository = " https://github.com/nginxinc/ngx-rust"
12
+ rust-version = " 1.79.0"
12
13
13
14
[package ]
14
15
name = " ngx"
@@ -21,6 +22,7 @@ edition.workspace = true
21
22
license.workspace = true
22
23
homepage.workspace = true
23
24
repository.workspace = true
25
+ rust-version.workspace = true
24
26
25
27
[dependencies ]
26
28
nginx-sys = { path = " nginx-sys" , version = " 0.5.0" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
8
8
repository.workspace = true
9
+ rust-version.workspace = true
9
10
10
11
[dev-dependencies ]
11
12
ngx = { path = " ../" , default-features = false }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ edition.workspace = true
9
9
license.workspace = true
10
10
homepage.workspace = true
11
11
repository.workspace = true
12
+ rust-version.workspace = true
12
13
13
14
[dependencies ]
14
15
You can’t perform that action at this time.
0 commit comments