Skip to content

Commit 7b5a6fb

Browse files
committed
feat!: set supported Rust version to 1.79.0
See #96
1 parent 19c7a23 commit 7b5a6fb

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ edition = "2021"
99
license = "Apache-2.0"
1010
homepage = "https://github.com/nginxinc/ngx-rust"
1111
repository = "https://github.com/nginxinc/ngx-rust"
12+
rust-version = "1.79.0"
1213

1314
[package]
1415
name = "ngx"
@@ -21,6 +22,7 @@ edition.workspace = true
2122
license.workspace = true
2223
homepage.workspace = true
2324
repository.workspace = true
25+
rust-version.workspace = true
2426

2527
[dependencies]
2628
nginx-sys = { path = "nginx-sys", version = "0.5.0"}

examples/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true
9+
rust-version.workspace = true
910

1011
[dev-dependencies]
1112
ngx = { path = "../", default-features = false }

nginx-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ edition.workspace = true
99
license.workspace = true
1010
homepage.workspace = true
1111
repository.workspace = true
12+
rust-version.workspace = true
1213

1314
[dependencies]
1415

0 commit comments

Comments
 (0)