Skip to content

Commit d58bcb9

Browse files
committed
Bump msrv (dependency req.)
1 parent 67f80f0 commit d58bcb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
with: {submodules: true}
246246
- name: Install Rust
247247
uses: actions-rs/toolchain@v1
248-
with: {toolchain: 1.51, profile: minimal, override: true}
248+
with: {toolchain: 1.54, profile: minimal, override: true}
249249
- name: Build and test all crates
250250
run:
251251
cargo test --workspace -vv --features=hdf5-sys/static --exclude=hdf5-derive

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
### Changed
1313

1414
- The `H5Type` derive macro now uses `proc-macro-error` to emit error messages.
15+
- MSRV is now `1.54` following a bump in a dependency.
1516

1617
### Fixed
1718

0 commit comments

Comments
 (0)