Skip to content

Commit 35b6ebc

Browse files
committed
See if 1.60 is buggy
1 parent cd2b105 commit 35b6ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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.60", profile: minimal, override: true}
248+
with: {toolchain: "1.61", profile: minimal, override: true}
249249
- name: Build and test all crates
250250
run:
251251
cargo test -- --workspace -vv --features=hdf5-sys/static,static --exclude=hdf5-derive

0 commit comments

Comments
 (0)