Skip to content

Commit

Permalink
Increase MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Nov 10, 2024
1 parent e4eef06 commit f636e27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build_and_test:
runs-on: ubuntu-22.04
container: rust:1.60
container: rust:1.75
steps:
- uses: actions/checkout@v4
- run: cargo build
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Possible log types:

### Unreleased

- [changed] Require at least Rust 1.60
- [changed] Require at least Rust 1.75

### V0.9.0 (2023-05-07)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
"AUTHORS.md",
]
edition = "2021"
rust-version = "1.60"
rust-version = "1.75"

[dependencies]
log = "^0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serialization and deserialization to/from JSON using Serde.
- Crate Documentation: https://docs.rs/spaceapi/
- SpaceAPI Documentation: https://spaceapi.io/pages/docs.html

This library requires Rust 1.60.0 or newer.
This library requires Rust 1.75 or newer.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.60"
msrv = "1.75"

0 comments on commit f636e27

Please sign in to comment.