Skip to content

Commit 87190b6

Browse files
Update Rust version
Something in 1.70+ is causing an invalid pointer dereference with mmap-bitvec, which needs to be investigated and fixed.
1 parent c390d76 commit 87190b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: 1.60.0
18+
toolchain: 1.69.0
1919
override: true
2020

2121
- name: version info

0 commit comments

Comments
 (0)