Skip to content

Commit

Permalink
Specify minimum rust version
Browse files Browse the repository at this point in the history
1.63 is required by Mutex::new added in casey#1442
  • Loading branch information
benmoss committed Jan 11, 2023
1 parent 6951696 commit b2f4ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ autotests = false
categories = ["command-line-utilities", "development-tools"]
keywords = ["command-line", "task", "runner", "development", "utility"]
exclude = ["/book", "/icon.png", "/screenshot.png", "/www"]
rust-version = "1.63"

[workspace]
members = [".", "bin/ref-type", "bin/generate-book", "bin/update-contributors"]
Expand Down

0 comments on commit b2f4ea5

Please sign in to comment.