Skip to content

Commit

Permalink
Relax minimum rust version to allow for point releases (astral-sh#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Mar 7, 2023
1 parent bad6bdd commit 8d53747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]

[workspace.package]
edition = "2021"
rust-version = "1.67.0"
rust-version = "1.67"

[workspace.dependencies]
anyhow = { version = "1.0.69" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.67.0
1.67

0 comments on commit 8d53747

Please sign in to comment.