Skip to content

Commit

Permalink
Pin jobserver to prevent MSRV change
Browse files Browse the repository at this point in the history
With the release of its version 1.0.27, crate `jobserver`
increased its MSRV to 1.66, even if was set in Cargo.toml
only a few days after the release

Cf. rust-lang/jobserver-rs@9416b43
  • Loading branch information
olivierlemasle committed Oct 16, 2023
1 parent 407f9a2 commit d66c617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ serial_test = "2.0"
pretty_assertions = "1.3.0"
gethostname = "0.4"
hex-literal = "0.4"
# Pin jobserver due to msrv
jobserver = "=0.1.26"

[features]
default = ["signature-pgp"]
Expand Down

0 comments on commit d66c617

Please sign in to comment.