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 cd2b105 commit 35b6ebcCopy full SHA for 35b6ebc
.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.60", profile: minimal, override: true}
+ with: {toolchain: "1.61", profile: minimal, override: true}
249
- name: Build and test all crates
250
run:
251
cargo test -- --workspace -vv --features=hdf5-sys/static,static --exclude=hdf5-derive
0 commit comments