File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +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
10
[ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
10
11
[ ![ MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
11
12
@@ -89,7 +90,7 @@ toolchains; macOS Catalina).
89
90
### Rust
90
91
91
92
` hdf5 ` crate is tested continuously for all three official release channels, and
92
- requires a reasonably recent Rust compiler (e.g. of version 1.40 or newer).
93
+ requires a reasonably recent Rust compiler (e.g. of version 1.51 or newer).
93
94
94
95
### HDF5
95
96
You can’t perform that action at this time.
0 commit comments