Skip to content

Commit

Permalink
Bumped MSRV to 1.65 to stay compatible with pyo3-stub-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 23, 2024
1 parent 7b1ffa7 commit a61d586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes in each release are listed below.

## 1.7.0 23-Oct-2024

* Bumped MSRV to 1.65.
* Update fitsio to 0.21 and fitsio-sys to 0.5.
* Removed Rust Report Card from README status badges. Looks like this service is abandonded.
* Added Python .pyi stub generation to provide mwalib Python users with type and docstring information. The mwalib.pyi should get baked into the python wheels released to github and Pypi. See `bin/README.md` for caveats and more details.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
authors = ["Greg Sleap <greg.sleap@curtin.edu.au>",
"Christopher H. Jordan <christopherjordan87@gmail.com>"]
edition = "2021"
rust-version = "1.64"
rust-version = "1.65"
description = "A library to simplify reading Murchison Widefield Array (MWA) raw visibilities, voltages and metadata."
license = "MPL-2.0"
keywords = ["radioastronomy", "mwa", "astronomy"]
Expand Down Expand Up @@ -50,7 +50,7 @@ thiserror = "~1.0"

# "python" and examples features
anyhow = { version = "~1.0", optional = true }
env_logger = { version = "~0.11", optional = true }
env_logger = { version = "~0.10", optional = true }

# "python" feature
ndarray = { version = "~0.16", optional = true }
Expand Down

0 comments on commit a61d586

Please sign in to comment.