File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ jobs:
273273 with : {submodules: true}
274274 - name : Install Rust
275275 uses : dtolnay/rust-toolchain@stable
276- with : {toolchain: 1.64 }
276+ with : {toolchain: 1.70 }
277277 - name : Build and test all crates
278278 run :
279279 cargo test --workspace -vv --features=hdf5-sys/static --exclude=hdf5-derive
@@ -304,7 +304,7 @@ jobs:
304304 with : {submodules: true}
305305 - name : Install Rust
306306 uses : dtolnay/rust-toolchain@stable
307- with : {toolchain: nightly, profile: minimal, override: true }
307+ with : {toolchain: nightly}
308308 - name : Run test with sanitizer
309309 env :
310310 RUSTFLAGS : " -Z sanitizer=address"
Original file line number Diff line number Diff line change 1515### Changed
1616
1717- The ` H5Type ` derive macro now uses ` proc-macro-error ` to emit error messages.
18- - MSRV is now ` 1.64 .0 ` and Rust edition has now been bumped to 2021.
18+ - MSRV is now ` 1.70 .0 ` and Rust edition has now been bumped to 2021.
1919- Types in ChunkInfo has been changed to match HDF5.
2020- Dependencies now uses the ` dep: ` syntax and are only enabled through features.
2121- 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