Skip to content

Commit

Permalink
chore: Bump MSRV to 1.71.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Dec 22, 2024
1 parent c6d3563 commit 2fd1cbd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- Improved error message for unknown formats.
- Bump MSRV to `1.71.1`.

## [0.26.2] - 2024-12-16

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Then follow instructions below to run the tests either for the Rust Core or Pyth

### Rust Toolchain

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

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

```console
$ rustup override set 1.70
$ rustup override set 1.71.1
```

### Running the Tests
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
rust-version = "1.70"
rust-version = "1.71.1"
edition = "2021"
authors = ["Dmitry Dygalo <[email protected]>"]
repository = "https://github.com/Stranger6667/jsonschema"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For detailed benchmarks, see our [full performance comparison](https://github.co

## Minimum Supported Rust Version (MSRV)

This crate requires Rust 1.70 or later.
This crate requires Rust 1.71.1 or later.

## Acknowledgements

Expand Down

0 comments on commit 2fd1cbd

Please sign in to comment.