We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f80f0 commit d58bcb9Copy full SHA for d58bcb9
.github/workflows/ci.yml
@@ -245,7 +245,7 @@ jobs:
245
with: {submodules: true}
246
- name: Install Rust
247
uses: actions-rs/toolchain@v1
248
- with: {toolchain: 1.51, profile: minimal, override: true}
+ with: {toolchain: 1.54, profile: minimal, override: true}
249
- name: Build and test all crates
250
run:
251
cargo test --workspace -vv --features=hdf5-sys/static --exclude=hdf5-derive
CHANGELOG.md
@@ -12,6 +12,7 @@
12
### Changed
13
14
- 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.
16
17
### Fixed
18
0 commit comments