Bump msrv to 1.60

For dep: syntax
This commit is contained in:
Félix Saparelli 2022-07-08 23:53:20 +12:00
parent aacc8579f7
commit eda12438ee
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
- macos
version:
- stable
- 1.58.0
- 1.60.0
name: Test on ${{ matrix.platform }} with ${{ matrix.version }}
runs-on: "${{ matrix.platform }}-latest"

View File

@ -15,7 +15,7 @@ readme = "README.md"
edition = "2021"
resolver = "2"
rust-version = "1.58.0"
rust-version = "1.60.0"
include = ["src", "examples", "tests", "build.rs", "/*manifest*", "README.md"]
@ -70,7 +70,7 @@ trycmd = "0.13.4"
[features]
dev-console = ["console-subscriber"]
mimalloc = []
mimalloc = ["dep:mimalloc"]
[profile.release]
debug = 1 # for stack traces

View File

@ -25,7 +25,7 @@ Install or upgrade today with [Binstall](https://github.com/ryankurte/cargo-bins
$ cargo binstall cargo-watch
```
Or with cargo (rustc >= 1.58.0) if you don't have Binstall yet:
Or with cargo (rustc >= 1.60.0) if you don't have Binstall yet:
```bash
$ cargo install cargo-watch