File tree 9 files changed +286
-148
lines changed
src/serialization/interval_log
9 files changed +286
-148
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
name : stable / fmt
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : true
16
16
- name : Install stable
30
30
matrix :
31
31
toolchain : [stable, beta]
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
submodules : true
36
36
- name : Install ${{ matrix.toolchain }}
46
46
runs-on : ubuntu-latest
47
47
name : nightly / doc
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
with :
51
51
submodules : true
52
52
- name : Install nightly
59
59
runs-on : ubuntu-latest
60
60
name : ubuntu / stable / features
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
with :
64
64
submodules : true
65
65
- name : Install stable
@@ -75,10 +75,10 @@ jobs:
75
75
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
76
76
strategy :
77
77
matrix :
78
- msrv : [1.48 .0] # nom 7
78
+ msrv : [1.64 .0]
79
79
name : ubuntu / ${{ matrix.msrv }}
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
submodules : true
84
84
- name : Install ${{ matrix.msrv }}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
name : ubuntu / nightly
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : true
19
19
- name : Install nightly
32
32
# Unfortunately, hashFiles only works in if on steps, so we reepeat it.
33
33
# if: hashFiles('Cargo.lock') != ''
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
submodules : true
38
38
- name : Install beta
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
toolchain : [stable, beta]
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : true
19
19
- name : Install ${{ matrix.toolchain }}
30
30
runs-on : ubuntu-latest
31
31
name : ubuntu / stable / minimal-versions
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
submodules : true
36
36
- name : Install stable
51
51
matrix :
52
52
os : [macos-latest, windows-latest]
53
53
steps :
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
with :
56
56
submodules : true
57
57
- name : Install stable
65
65
runs-on : ubuntu-latest
66
66
name : ubuntu / stable / coverage
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
with :
70
70
submodules : true
71
71
- name : Install stable
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7
7
### Added
8
8
9
9
### Changed
10
+ - ` base64 ` dependency was bumped to 0.21
10
11
11
12
### Removed
12
13
You can’t perform that action at this time.
0 commit comments