Skip to content

Commit

Permalink
Update MSVR
Browse files Browse the repository at this point in the history
  • Loading branch information
ventaquil committed Mar 15, 2024
1 parent b0d5f47 commit 3ca8ef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [1.70.0, stable, nightly]
toolchain: [1.74.0, stable, nightly]
name: "Build and test (OS: Linux, Toolchain: ${{ matrix.toolchain }})"
steps:
- name: Repository checkout
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [1.70.0, stable, nightly]
toolchain: [1.74.0, stable, nightly]
name: "Build and test (OS: MacOS, Toolchain: ${{ matrix.toolchain }})"
steps:
- name: Repository checkout
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [1.70.0, stable, nightly]
toolchain: [1.74.0, stable, nightly]
name: "Build and test (OS: Windows, Toolchain: ${{ matrix.toolchain }})"
steps:
- name: Repository checkout
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Split single subcommand structure into multiple substructures.
- Updated dependencies in `Cargo.lock`.
- Updated MSRV.

## [0.4.1] - 2023-12-21

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "chksum-cli"
version = "0.4.1"
authors = ["Konrad Goławski <konrad@golawski.it>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
description = "A simple checksum calculator."
readme = ".cargo/README.md"
repository = "https://github.com/chksum-rs/cli"
Expand Down

0 comments on commit 3ca8ef6

Please sign in to comment.