File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
5050 continue-on-error : true
5151
5252 msrv :
53- name : Rust 1.65 .0
53+ name : Rust 1.68 .0
5454 needs : pre_ci
5555 if : needs.pre_ci.outputs.continue
5656 runs-on : ubuntu-latest
5757 timeout-minutes : 45
5858 steps :
5959 - uses : actions/checkout@v5
60- - uses : dtolnay/rust-toolchain@1.65 .0
60+ - uses : dtolnay/rust-toolchain@1.68 .0
6161 with :
6262 components : rust-src
6363 - run : cargo check
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99keywords = [" error" , " error-handling" , " derive" ]
1010license = " MIT OR Apache-2.0"
1111repository = " https://github.com/dtolnay/thiserror"
12- rust-version = " 1.65 "
12+ rust-version = " 1.68 "
1313
1414[features ]
1515default = [" std" ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This library provides a convenient derive macro for the standard library's
1616thiserror = " 2"
1717```
1818
19- * Compiler support: requires rustc 1.65 +*
19+ * Compiler support: requires rustc 1.68 +*
2020
2121<br >
2222
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Implementation detail of the `thiserror` crate"
66edition = " 2021"
77license = " MIT OR Apache-2.0"
88repository = " https://github.com/dtolnay/thiserror"
9- rust-version = " 1.65 "
9+ rust-version = " 1.68 "
1010
1111[lib ]
1212proc-macro = true
You can’t perform that action at this time.
0 commit comments