File tree 6 files changed +406
-198
lines changed
6 files changed +406
-198
lines changed Original file line number Diff line number Diff line change 14
14
- rust : stable
15
15
command : test
16
16
args : " "
17
- - rust : 1.36 .0
17
+ - rust : 1.48 .0
18
18
command : check
19
19
args : " --locked"
20
20
runs-on : ubuntu-latest
26
26
toolchain : ${{ matrix.rust.rust }}
27
27
override : true
28
28
- run : mv Cargo.lock.msrv Cargo.lock
29
- if : ${{ matrix.rust.rust}} == 1.36 .0
29
+ if : ${{ matrix.rust.rust}} == 1.48 .0
30
30
- uses : actions-rs/cargo@v1
31
31
with :
32
32
command : ${{ matrix.rust.command }}
Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## 0.6.0
4
+ ### Changed
5
+ - Bumped the minimum Rust version to 1.48.0
6
+ * [ RUSTSEC-2021-0145] ( https://rustsec.org/advisories/RUSTSEC-2021-0145 ) fixed
7
+
3
8
## 0.5.3
4
9
### Changed
5
10
- Moved the timestamps feature behind the enabled-by-default crate feature ` timestamps ` .
You can’t perform that action at this time.
0 commit comments