Skip to content

Commit

Permalink
msrv: bump to Rust 1.73
Browse files Browse the repository at this point in the history
This isn't strictly necessary, but I'm doing a minor version bump and
might as well move the trains along.
  • Loading branch information
BurntSushi committed Nov 13, 2024
1 parent 71e468c commit f679928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
include:
- build: pinned
os: ubuntu-latest
rust: 1.65.0
rust: 1.73.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
categories = ["text-processing", "encoding"]
exclude = ["/.github", "/scripts"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.73"
resolver = "2"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Unicode support.

### Minimum Rust version policy

This crate's minimum supported `rustc` version (MSRV) is `1.65`.
This crate's minimum supported `rustc` version (MSRV) is `1.73`.

In general, this crate will be conservative with respect to the minimum
supported version of Rust. MSRV may be bumped in minor version releases.
Expand Down

0 comments on commit f679928

Please sign in to comment.