File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
8
8
jobs :
9
9
tests :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@master
13
+ uses : actions/checkout@main
14
14
15
15
- uses : actions-rs/toolchain@v1
16
16
with :
17
17
profile : minimal
18
- toolchain : 1.60.0
18
+ toolchain : stable
19
19
override : true
20
20
21
21
- name : version info
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@master
31
+ uses : actions/checkout@main
32
32
33
33
- uses : actions-rs/toolchain@v1
34
34
with :
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@master
49
+ uses : actions/checkout@main
50
50
51
51
- uses : actions-rs/toolchain@v1
52
52
with :
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Checkout
66
- uses : actions/checkout@master
66
+ uses : actions/checkout@main
67
67
68
68
- uses : actions-rs/toolchain@v1
69
69
with :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exclude = [
18
18
19
19
[dependencies ]
20
20
bincode = " 1"
21
- mmap-bitvec = " 0.4.0 "
21
+ mmap-bitvec = " 0.4.1 "
22
22
murmurhash3 = " 0.0.5"
23
23
serde = { version = " 1.0" , features = [" derive" ] }
24
24
once_cell = " 1.3.1"
You can’t perform that action at this time.
0 commit comments