Skip to content

Commit c191d49

Browse files
committed
Bump minimum rust version
1 parent 7f2361b commit c191d49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
with: {submodules: true}
280280
- name: Install Rust
281281
uses: dtolnay/rust-toolchain@stable
282-
with: {toolchain: "1.70"}
282+
with: {toolchain: "1.77"}
283283
- name: Build and test all crates
284284
run:
285285
cargo test --workspace -vv --features=hdf5-sys/static,hdf5-sys/zlib --exclude=hdf5-derive

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HDF5 for Rust.
66
[![Latest Version](https://img.shields.io/crates/v/hdf5.svg)](https://crates.io/crates/hdf5)
77
[![Documentation](https://docs.rs/hdf5/badge.svg)](https://docs.rs/hdf5)
88
[![Changelog](https://img.shields.io/github/v/release/aldanor/hdf5-rust)](https://github.com/aldanor/hdf5-rust/blob/master/CHANGELOG.md)
9-
![hdf5: rustc 1.51+](https://img.shields.io/badge/hdf5-rustc_1.51+-lightblue.svg)
9+
![hdf5: rustc 1.77+](https://img.shields.io/badge/hdf5-rustc_1.77+-lightblue.svg)
1010
[![Total Lines](https://tokei.rs/b1/github/aldanor/hdf5-rust)](https://github.com/aldanor/hdf5-rust)
1111
[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1212
[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -112,7 +112,7 @@ toolchains; macOS Catalina).
112112
### Rust
113113

114114
`hdf5` crate is tested continuously for all three official release channels, and
115-
requires a reasonably recent Rust compiler (e.g. of version 1.51 or newer).
115+
requires a reasonably recent Rust compiler (e.g. of version 1.77 or newer).
116116

117117
### HDF5
118118

0 commit comments

Comments
 (0)