Skip to content

Commit 0b2b498

Browse files
committed
Raise required compiler to rust 1.60
Required by reqwest 0.12. error: failed to select a version for the requirement `reqwest = "^0.12"` candidate versions found which didn't match: 0.11.23, 0.11.22, 0.11.21, ... location searched: crates.io index required by package `unsafe-libyaml-test-suite v0.0.0`
1 parent b6ecd3d commit 0b2b498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
rust: [stable, beta, 1.56.0]
40+
rust: [stable, beta, 1.60.0]
4141
include:
4242
- rust: nightly
4343
components: rustc-dev

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818
keywords = ["macros", "syn"]
1919
license = "MIT OR Apache-2.0"
2020
repository = "https://github.com/dtolnay/syn"
21-
rust-version = "1.56"
21+
rust-version = "1.60"
2222

2323
[features]
2424
default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ contains some APIs that may be useful more generally.
4646
[`syn::DeriveInput`]: https://docs.rs/syn/2.0/syn/struct.DeriveInput.html
4747
[parser functions]: https://docs.rs/syn/2.0/syn/parse/index.html
4848

49-
*Version requirement: Syn supports rustc 1.56 and up.*
49+
*Version requirement: Syn supports rustc 1.60 and up.*
5050

5151
[*Release notes*](https://github.com/dtolnay/syn/releases)
5252

0 commit comments

Comments
 (0)