Skip to content

Commit 4c80228

Browse files
Pin to Rust 1.69 temporarily
This rust-lang/rust#98112 update in 1.70 is breaking pointer dereferencing in 1.70+ with `mmap-bitvec`. We need to fix in `mmap-bitvec` and then update the version here.
1 parent c390d76 commit 4c80228

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88
jobs:
99
tests:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@master
13+
uses: actions/checkout@main
1414

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
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@master
31+
uses: actions/checkout@main
3232

3333
- uses: actions-rs/toolchain@v1
3434
with:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@master
49+
uses: actions/checkout@main
5050

5151
- uses: actions-rs/toolchain@v1
5252
with:
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@master
66+
uses: actions/checkout@main
6767

6868
- uses: actions-rs/toolchain@v1
6969
with:

0 commit comments

Comments
 (0)