Skip to content

Commit

Permalink
Bump minimum supported Rust version to 1.60
Browse files Browse the repository at this point in the history
This is now also documented in the Cargo.toml file.
  • Loading branch information
mgeisler committed Mar 13, 2024
1 parent 6a66db7 commit 192e3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56
- 1.60
- stable
- nightly
os:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ keywords = ["random", "text", "markov", "typography"]
categories = ["text-processing"]
license = "MIT"
edition = "2021"
rust-version = "1.60"

[dependencies]
rand = {version = "0.8.5", default-features = false, features = ["alloc"]}
Expand Down

0 comments on commit 192e3a9

Please sign in to comment.