Skip to content

Commit ba12781

Browse files
committed
Bump MSRV to 1.70
1 parent 6a41c3c commit ba12781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff 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,hdf5-sys/zlib --exclude=hdf5-derive

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
### Changed
1717

1818
- 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.
2020
- Types in ChunkInfo has been changed to match HDF5.
2121
- Dependencies now uses the `dep:` syntax and are only enabled through features.
2222
- Some features are made weak and will not enable e.g. static build when asking for a

0 commit comments

Comments
 (0)