Skip to content

Commit 73593ce

Browse files
authored
Merge pull request #20 from epage/update
chore: Upgrade dependencies
2 parents 995786f + 0d57904 commit 73593ce

File tree

5 files changed

+47
-46
lines changed

5 files changed

+47
-46
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.54.0" # MSRV
1+
msrv = "1.60.0" # MSRV

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
- name: No-default features
5656
run: cargo test --workspace --no-default-features
5757
msrv:
58-
name: "Check MSRV: 1.54.0"
58+
name: "Check MSRV: 1.60.0"
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout repository
6262
uses: actions/checkout@v2
6363
- name: Install Rust
6464
uses: actions-rs/toolchain@v1
6565
with:
66-
toolchain: 1.54.0 # MSRV
66+
toolchain: 1.60.0 # MSRV
6767
profile: minimal
6868
override: true
6969
- uses: Swatinem/rust-cache@v1
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install Rust
118118
uses: actions-rs/toolchain@v1
119119
with:
120-
toolchain: 1.54.0 # MSRV
120+
toolchain: 1.60.0 # MSRV
121121
profile: minimal
122122
override: true
123123
components: clippy

.github/workflows/rust-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
strategy:
6262
matrix:
6363
rust:
64-
- 1.54.0 # MSRV
64+
- 1.60.0 # MSRV
6565
- stable
66-
continue-on-error: ${{ matrix.rust != '1.54.0' }} # MSRV
66+
continue-on-error: ${{ matrix.rust != '1.60.0' }} # MSRV
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Checkout repository

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readme = "README.md"
1414
categories = ["command-line-interface", "development-tools"]
1515
keywords = ["git", "cli"]
1616
edition = "2018"
17+
rust-version = "1.60.0" # MSRV
1718
include = [
1819
"src/**/*",
1920
"Cargo.toml",

0 commit comments

Comments
 (0)