Commit f679928 1 parent 71e468c commit f679928 Copy full SHA for f679928
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
include :
37
37
- build : pinned
38
38
os : ubuntu-latest
39
- rust : 1.65 .0
39
+ rust : 1.73 .0
40
40
- build : stable
41
41
os : ubuntu-latest
42
42
rust : stable
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
categories = [" text-processing" , " encoding" ]
13
13
exclude = [" /.github" , " /scripts" ]
14
14
edition = " 2021"
15
- rust-version = " 1.65 "
15
+ rust-version = " 1.73 "
16
16
resolver = " 2"
17
17
18
18
[workspace ]
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Unicode support.
146
146
147
147
### Minimum Rust version policy
148
148
149
- This crate's minimum supported ` rustc ` version (MSRV) is ` 1.65 ` .
149
+ This crate's minimum supported ` rustc ` version (MSRV) is ` 1.73 ` .
150
150
151
151
In general, this crate will be conservative with respect to the minimum
152
152
supported version of Rust. MSRV may be bumped in minor version releases.
You can’t perform that action at this time.
0 commit comments