File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ name: CI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77
88jobs :
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 : stable
1919 override : true
2020
2121 - name : version info
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 :
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 :
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 :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exclude = [
1818
1919[dependencies ]
2020bincode = " 1"
21- mmap-bitvec = " 0.4.0 "
21+ mmap-bitvec = " 0.4.1 "
2222murmurhash3 = " 0.0.5"
2323serde = { version = " 1.0" , features = [" derive" ] }
2424once_cell = " 1.3.1"
You can’t perform that action at this time.
0 commit comments