File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88jobs :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ include = [
2121 " AUTHORS.md" ,
2222]
2323edition = " 2021"
24- rust-version = " 1.60 "
24+ rust-version = " 1.75 "
2525
2626[dependencies ]
2727log = " ^0.4"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- msrv = " 1.60 "
1+ msrv = " 1.75 "
You can’t perform that action at this time.
0 commit comments