Skip to content

Commit f679928

Browse files
committed
msrv: bump to Rust 1.73
This isn't strictly necessary, but I'm doing a minor version bump and might as well move the trains along.
1 parent 71e468c commit f679928

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
include:
3737
- build: pinned
3838
os: ubuntu-latest
39-
rust: 1.65.0
39+
rust: 1.73.0
4040
- build: stable
4141
os: ubuntu-latest
4242
rust: stable

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
categories = ["text-processing", "encoding"]
1313
exclude = ["/.github", "/scripts"]
1414
edition = "2021"
15-
rust-version = "1.65"
15+
rust-version = "1.73"
1616
resolver = "2"
1717

1818
[workspace]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Unicode support.
146146

147147
### Minimum Rust version policy
148148

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

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

0 commit comments

Comments
 (0)