Skip to content

Commit

Permalink
chore: set MSRV to 1.66 and edition to 2021
Browse files Browse the repository at this point in the history
Some new API were already used

* format arg capture (1.58)
* `std::os::fd` (1.66)

A bump is inevitably coming.
  • Loading branch information
weihanglo authored and petrochenkov committed Oct 12, 2023
1 parent a503383 commit 9416b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ documentation = "https://docs.rs/jobserver"
description = """
An implementation of the GNU make jobserver for Rust
"""
edition = "2018"
edition = "2021"
rust-version = "1.66"

[target.'cfg(unix)'.dependencies]
libc = "0.2.50"
Expand Down

0 comments on commit 9416b43

Please sign in to comment.