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 @@ -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 --exclude=hdf5-derive
@@ -304,7 +304,7 @@ jobs:
304
304
with : {submodules: true}
305
305
- name : Install Rust
306
306
uses : dtolnay/rust-toolchain@stable
307
- with : {toolchain: nightly, profile: minimal, override: true }
307
+ with : {toolchain: nightly}
308
308
- name : Run test with sanitizer
309
309
env :
310
310
RUSTFLAGS : " -Z sanitizer=address"
Original file line number Diff line number Diff line change 15
15
### Changed
16
16
17
17
- 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.
19
19
- Types in ChunkInfo has been changed to match HDF5.
20
20
- Dependencies now uses the ` dep: ` syntax and are only enabled through features.
21
21
- 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