Skip to content

Commit f636e27

Browse files
committed
Increase MSRV to 1.75
1 parent e4eef06 commit f636e27

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build_and_test:
1010
runs-on: ubuntu-22.04
11-
container: rust:1.60
11+
container: rust:1.75
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: cargo build

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Possible log types:
1313

1414
### Unreleased
1515

16-
- [changed] Require at least Rust 1.60
16+
- [changed] Require at least Rust 1.75
1717

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include = [
2121
"AUTHORS.md",
2222
]
2323
edition = "2021"
24-
rust-version = "1.60"
24+
rust-version = "1.75"
2525

2626
[dependencies]
2727
log = "^0.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serialization and deserialization to/from JSON using Serde.
1111
- Crate Documentation: https://docs.rs/spaceapi/
1212
- SpaceAPI Documentation: https://spaceapi.io/pages/docs.html
1313

14-
This library requires Rust 1.60.0 or newer.
14+
This library requires Rust 1.75 or newer.
1515

1616

1717
## Usage

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.60"
1+
msrv = "1.75"

0 commit comments

Comments
 (0)