Update MSRV to 1.60
This commit is contained in:
parent
37478d764e
commit
5dbfa49c5e
5 changed files with 7 additions and 7 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -7,16 +7,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# work-around https://github.com/rust-lang/cargo/issues/10303
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: ${{ matrix.rust == '1.56.0' }}
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: ${{ matrix.rust == '1.60.0' }}
|
||||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.56.0
|
||||
- 1.60.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
include:
|
||||
- rust: 1.56.0
|
||||
- rust: 1.60.0
|
||||
test_features: "--features impl_json_schema"
|
||||
allow_failure: false
|
||||
- rust: stable
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
### Changed:
|
||||
|
||||
- Minimum supported rust version is now 1.56.0
|
||||
- Minimum supported rust version is now 1.60.0
|
||||
|
||||
## [0.8.12] - 2023-02-26
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[](https://github.com/GREsau/schemars/actions)
|
||||
[](https://crates.io/crates/schemars)
|
||||
[](https://docs.rs/schemars)
|
||||
[](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
|
||||
[](https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html)
|
||||
|
||||
Generate JSON Schema documents from Rust code
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
keywords = ["rust", "json-schema", "serde"]
|
||||
categories = ["encoding"]
|
||||
build = "build.rs"
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.60"
|
||||
|
||||
[dependencies]
|
||||
schemars_derive = { version = "=0.8.12", optional = true, path = "../schemars_derive" }
|
||||
|
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
license = "MIT"
|
||||
readme = "README.md"
|
||||
keywords = ["rust", "json-schema", "serde"]
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.60"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue