Skip to content

Commit b2bbfe9

Browse files
committed
chore: Bump MSRV to 1.71.1
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c6d3563 commit b2bbfe9

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: dtolnay/rust-toolchain@stable
2727
with:
28-
toolchain: "1.70"
28+
toolchain: "1.71.1"
2929

3030
- uses: Swatinem/rust-cache@v2
3131

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Improved error message for unknown formats.
8+
- Bump MSRV to `1.71.1`.
89

910
## [0.26.2] - 2024-12-16
1011

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Then follow instructions below to run the tests either for the Rust Core or Pyth
3131

3232
### Rust Toolchain
3333

34-
jsonschema targets Rust 1.70 as its Minimum Supported Rust Version (MSRV). Please ensure your contributions are compatible with this version.
34+
jsonschema targets Rust 1.71.1 as its Minimum Supported Rust Version (MSRV). Please ensure your contributions are compatible with this version.
3535

3636
You can use [rustup](https://rustup.rs/) to manage your installed toolchains. To set up the correct version for the jsonschema project:
3737

3838
```console
39-
$ rustup override set 1.70
39+
$ rustup override set 1.71.1
4040
```
4141

4242
### Running the Tests

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
rust-version = "1.70"
6+
rust-version = "1.71.1"
77
edition = "2021"
88
authors = ["Dmitry Dygalo <[email protected]>"]
99
repository = "https://github.com/Stranger6667/jsonschema"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For detailed benchmarks, see our [full performance comparison](https://github.co
8787

8888
## Minimum Supported Rust Version (MSRV)
8989

90-
This crate requires Rust 1.70 or later.
90+
This crate requires Rust 1.71.1 or later.
9191

9292
## Acknowledgements
9393

0 commit comments

Comments
 (0)