diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bc2cfe..9017cb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: rust: - - 1.56 # MSRV, Rust 2021 + - '1.60' # Current MSRV - stable - nightly features: diff --git a/Cargo.toml b/Cargo.toml index 2ce9c60..64c9bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]]