Skip to content

Commit cbab17a

Browse files
committed
chore: set MSRV to 1.66 and edition to 2021
Some new API were already used * format arg capture (1.58) * `std::os::fd` (1.66) A bump is inevitably coming.
1 parent a503383 commit cbab17a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ documentation = "https://docs.rs/jobserver"
99
description = """
1010
An implementation of the GNU make jobserver for Rust
1111
"""
12-
edition = "2018"
12+
edition = "2021"
13+
rust-version = "1.66"
1314

1415
[target.'cfg(unix)'.dependencies]
1516
libc = "0.2.50"

0 commit comments

Comments
 (0)