Skip to content

Commit 3ca8ef6

Browse files
committed
Update MSVR
1 parent b0d5f47 commit 3ca8ef6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
toolchain: [1.70.0, stable, nightly]
63+
toolchain: [1.74.0, stable, nightly]
6464
name: "Build and test (OS: Linux, Toolchain: ${{ matrix.toolchain }})"
6565
steps:
6666
- name: Repository checkout
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
toolchain: [1.70.0, stable, nightly]
92+
toolchain: [1.74.0, stable, nightly]
9393
name: "Build and test (OS: MacOS, Toolchain: ${{ matrix.toolchain }})"
9494
steps:
9595
- name: Repository checkout
@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
toolchain: [1.70.0, stable, nightly]
121+
toolchain: [1.74.0, stable, nightly]
122122
name: "Build and test (OS: Windows, Toolchain: ${{ matrix.toolchain }})"
123123
steps:
124124
- name: Repository checkout

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Split single subcommand structure into multiple substructures.
1717
- Updated dependencies in `Cargo.lock`.
18+
- Updated MSRV.
1819

1920
## [0.4.1] - 2023-12-21
2021

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "chksum-cli"
33
version = "0.4.1"
44
authors = ["Konrad Goławski <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.70.0"
6+
rust-version = "1.74.0"
77
description = "A simple checksum calculator."
88
readme = ".cargo/README.md"
99
repository = "https://github.com/chksum-rs/cli"

0 commit comments

Comments
 (0)