Skip to content

Commit

Permalink
Merge pull request #515 from mgeisler/cargo-msrv
Browse files Browse the repository at this point in the history
Bump the minimum supported Rust version to 1.60
  • Loading branch information
mgeisler committed Aug 12, 2023
2 parents 4b2d9be + 875f153 commit 2f74140
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56 # MSRV, Rust 2021
- '1.60' # Current MSRV
- stable
- nightly
features:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
edition = "2021"
rust-version = "1.60"
exclude = [".github/", ".gitignore", "benchmarks/", "examples/", "fuzz/", "images/"]

[[example]]
Expand Down

0 comments on commit 2f74140

Please sign in to comment.