Skip to content

Commit 3052f83

Browse files
committed
feat: set workspace edition = "2024" rust-version = "1.85.0"
rust 1.85 is the MSRV for edition 2024.
1 parent ebe9172 commit 3052f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ members = [
66
]
77

88
[workspace.package]
9-
edition = "2021"
9+
edition = "2024"
1010
license = "Apache-2.0"
1111
homepage = "https://github.com/nginx/ngx-rust"
1212
repository = "https://github.com/nginx/ngx-rust"
13-
rust-version = "1.81.0"
13+
rust-version = "1.85.0"
1414

1515
[package]
1616
name = "ngx"

0 commit comments

Comments
 (0)