File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ jobs:
273
273
with : {submodules: true}
274
274
- name : Install Rust
275
275
uses : dtolnay/rust-toolchain@stable
276
- with : {toolchain: 1.64 }
276
+ with : {toolchain: "1.70" }
277
277
- name : Build and test all crates
278
278
run :
279
279
cargo test --workspace -vv --features=hdf5-sys/static,hdf5-sys/zlib --exclude=hdf5-derive
Original file line number Diff line number Diff line change 16
16
### Changed
17
17
18
18
- The ` H5Type ` derive macro now uses ` proc-macro-error ` to emit error messages.
19
- - MSRV is now ` 1.64 .0 ` and Rust edition has now been bumped to 2021.
19
+ - MSRV is now ` 1.70 .0 ` and Rust edition has now been bumped to 2021.
20
20
- Types in ChunkInfo has been changed to match HDF5.
21
21
- Dependencies now uses the ` dep: ` syntax and are only enabled through features.
22
22
- Some features are made weak and will not enable e.g. static build when asking for a
You can’t perform that action at this time.
0 commit comments