File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ jobs:
279
279
with : {submodules: true}
280
280
- name : Install Rust
281
281
uses : dtolnay/rust-toolchain@stable
282
- with : {toolchain: "1.70 "}
282
+ with : {toolchain: "1.77 "}
283
283
- name : Build and test all crates
284
284
run :
285
285
cargo test --workspace -vv --features=hdf5-sys/static,hdf5-sys/zlib --exclude=hdf5-derive
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ HDF5 for Rust.
6
6
[ ![ Latest Version] ( https://img.shields.io/crates/v/hdf5.svg )] ( https://crates.io/crates/hdf5 )
7
7
[ ![ Documentation] ( https://docs.rs/hdf5/badge.svg )] ( https://docs.rs/hdf5 )
8
8
[ ![ 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 )
10
10
[ ![ Total Lines] ( https://tokei.rs/b1/github/aldanor/hdf5-rust )] ( https://github.com/aldanor/hdf5-rust )
11
11
[ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
12
12
[ ![ MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
@@ -112,7 +112,7 @@ toolchains; macOS Catalina).
112
112
### Rust
113
113
114
114
` 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).
116
116
117
117
### HDF5
118
118
You can’t perform that action at this time.
0 commit comments