File tree Expand file tree Collapse file tree 5 files changed +25
-24
lines changed Expand file tree Collapse file tree 5 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 3
3
on : [push, pull_request]
4
4
5
5
env :
6
- minrust : 1.61 .0
6
+ minrust : 1.62 .0
7
7
8
8
jobs :
9
9
test :
32
32
33
33
steps :
34
34
- name : Checkout sources
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v4
36
36
37
37
- name : Install toolchain
38
38
id : tc
44
44
45
45
- name : Setup cache
46
46
if : runner.os != 'macOS'
47
- uses : actions/cache@v2
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : |
50
50
~/.cargo/registry
70
70
71
71
steps :
72
72
- name : Checkout sources
73
- uses : actions/checkout@v2
73
+ uses : actions/checkout@v4
74
74
75
75
- name : Install toolchain
76
76
id : tc
81
81
override : true
82
82
83
83
- name : Setup cache
84
- uses : actions/cache@v2
84
+ uses : actions/cache@v4
85
85
with :
86
86
path : |
87
87
~/.cargo/registry
96
96
97
97
steps :
98
98
- name : Checkout sources
99
- uses : actions/checkout@v2
99
+ uses : actions/checkout@v4
100
100
101
101
- name : Install toolchain (${{ env.minrust }})
102
102
id : tc
@@ -107,7 +107,7 @@ jobs:
107
107
override : true
108
108
109
109
- name : Setup cache
110
- uses : actions/cache@v2
110
+ uses : actions/cache@v4
111
111
with :
112
112
path : |
113
113
~/.cargo/registry
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
steps :
125
125
- name : Checkout sources
126
- uses : actions/checkout@v2
126
+ uses : actions/checkout@v4
127
127
128
128
- name : Install toolchain
129
129
id : tc
@@ -134,7 +134,7 @@ jobs:
134
134
override : true
135
135
136
136
- name : Setup cache
137
- uses : actions/cache@v2
137
+ uses : actions/cache@v4
138
138
with :
139
139
path : |
140
140
~/.cargo/registry
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout sources
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Install stable toolchain
18
18
id : toolchain
24
24
override : true
25
25
26
26
- name : Setup cache
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : |
30
30
~/.cargo/registry
44
44
45
45
steps :
46
46
- name : Checkout sources
47
- uses : actions/checkout@v2
47
+ uses : actions/checkout@v4
48
48
49
49
- name : Install stable toolchain
50
50
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 5
5
- cron : ' 0 2 * * *'
6
6
7
7
env :
8
- minrust : 1.61 .0
8
+ minrust : 1.62 .0
9
9
10
10
jobs :
11
11
test :
34
34
35
35
steps :
36
36
- name : Checkout sources
37
- uses : actions/checkout@v2
37
+ uses : actions/checkout@v4
38
38
39
39
- name : Install toolchain
40
40
id : tc
46
46
47
47
- name : Setup cache
48
48
if : runner.os != 'macOS'
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : |
52
52
~/.cargo/registry
68
68
69
69
steps :
70
70
- name : Checkout sources
71
- uses : actions/checkout@v2
71
+ uses : actions/checkout@v4
72
72
73
73
- name : Install stable toolchain
74
74
uses : actions-rs/toolchain@v1
87
87
88
88
steps :
89
89
- name : Checkout sources
90
- uses : actions/checkout@v2
90
+ uses : actions/checkout@v4
91
91
92
92
- name : Install toolchain
93
93
id : tc
98
98
override : true
99
99
100
100
- name : Setup cache
101
- uses : actions/cache@v2
101
+ uses : actions/cache@v4
102
102
with :
103
103
path : |
104
104
~/.cargo/registry
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- name : Checkout sources
116
- uses : actions/checkout@v2
116
+ uses : actions/checkout@v4
117
117
118
118
- name : Install toolchain (${{ env.minrust }})
119
119
id : tc
@@ -124,7 +124,7 @@ jobs:
124
124
override : true
125
125
126
126
- name : Setup cache
127
- uses : actions/cache@v2
127
+ uses : actions/cache@v4
128
128
with :
129
129
path : |
130
130
~/.cargo/registry
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
steps :
142
142
- name : Checkout sources
143
- uses : actions/checkout@v2
143
+ uses : actions/checkout@v4
144
144
145
145
- name : Install toolchain
146
146
id : tc
@@ -151,7 +151,7 @@ jobs:
151
151
override : true
152
152
153
153
- name : Setup cache
154
- uses : actions/cache@v2
154
+ uses : actions/cache@v4
155
155
with :
156
156
path : |
157
157
~/.cargo/registry
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " serde-aux"
3
- version = " 4.6 .0"
3
+ version = " 4.7 .0"
4
4
authors = [
" Victor Polevoy <[email protected] >" ]
5
5
description = " A serde crate's auxiliary library"
6
6
readme = " README.md"
7
7
license = " MIT"
8
8
keywords = [" serde" , " serialization" , " deserialization" ]
9
9
edition = " 2021"
10
- rust-version = " 1.61 "
10
+ rust-version = " 1.62 "
11
11
repository = " https://github.com/iddm/serde-aux"
12
12
documentation = " https://docs.rs/serde-aux"
13
13
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The minimal rust version the library supports:
18
18
- Since ` 3.0.0 ` - rustc ` 1.56 ` .
19
19
- Since ` 4.3.0 ` - rustc ` 1.57 ` .
20
20
- Since ` 4.5.1 ` - rustc ` 1.61 ` .
21
+ - Since ` 4.7.0 ` - rustc ` 1.62 ` .
21
22
22
23
## License
23
24
This project is [ licensed under the MIT license] ( https://github.com/iddm/serde-aux/blob/master/LICENSE ) .
You can’t perform that action at this time.
0 commit comments