Skip to content

Commit 2855e58

Browse files
committed
Bump MSRV
1 parent 975b18f commit 2855e58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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 --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"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

0 commit comments

Comments
 (0)