Skip to content

Commit

Permalink
Increase MSRV to 1.63.0
Browse files Browse the repository at this point in the history
Due to unrelated update of dev-dependency tempfile from 3.6.0 to 3.7.0
which requires rustix 0.38.4 with increased MSRV of 1.63.0
  • Loading branch information
sholderbach authored and sharkdp committed Jul 23, 2023
1 parent 7922e77 commit 76c0971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.14.0"
readme = "README.md"
edition = "2021"
authors = ["David Peter <mail@david-peter.de>"]
rust-version = "1.62.1"
rust-version = "1.63.0"

[features]
default = []
Expand Down

0 comments on commit 76c0971

Please sign in to comment.