Skip to content

Commit

Permalink
bump MSRV to 1.72.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
eta077 authored Nov 16, 2024
1 parent 0b0a6e4 commit 8b2276c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.68.2
toolchain: 1.72.1
- run: cargo check --all-features
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "astro-rs"
version = "0.1.1"
edition = "2021"
rust-version = "1.68.2"
rust-version = "1.72.1"
license = "MIT"
description = "Astronomy utils"
repository = "https://github.com/eta077/astro-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Test assets are from the following sources:
* `hifitime` is licensed under Apache-2.0

# MSRV
This crate's Minimum Supported Rust Version is `1.68.2`.
This crate's Minimum Supported Rust Version is `1.72.1`.

0 comments on commit 8b2276c

Please sign in to comment.