File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 60
60
strategy :
61
61
fail-fast : false
62
62
matrix :
63
- toolchain : [1.70 .0, stable, nightly]
63
+ toolchain : [1.74 .0, stable, nightly]
64
64
name : " Build and test (OS: Linux, Toolchain: ${{ matrix.toolchain }})"
65
65
steps :
66
66
- name : Repository checkout
89
89
strategy :
90
90
fail-fast : false
91
91
matrix :
92
- toolchain : [1.70 .0, stable, nightly]
92
+ toolchain : [1.74 .0, stable, nightly]
93
93
name : " Build and test (OS: MacOS, Toolchain: ${{ matrix.toolchain }})"
94
94
steps :
95
95
- name : Repository checkout
@@ -118,7 +118,7 @@ jobs:
118
118
strategy :
119
119
fail-fast : false
120
120
matrix :
121
- toolchain : [1.70 .0, stable, nightly]
121
+ toolchain : [1.74 .0, stable, nightly]
122
122
name : " Build and test (OS: Windows, Toolchain: ${{ matrix.toolchain }})"
123
123
steps :
124
124
- name : Repository checkout
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
- Split single subcommand structure into multiple substructures.
17
17
- Updated dependencies in ` Cargo.lock ` .
18
+ - Updated MSRV.
18
19
19
20
## [ 0.4.1] - 2023-12-21
20
21
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "chksum-cli"
3
3
version = " 0.4.1"
4
4
authors = [
" Konrad Goławski <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.70 .0"
6
+ rust-version = " 1.74 .0"
7
7
description = " A simple checksum calculator."
8
8
readme = " .cargo/README.md"
9
9
repository = " https://github.com/chksum-rs/cli"
You can’t perform that action at this time.
0 commit comments