Skip to content

Commit f190944

Browse files
committed
break: update MSRV to 1.74.1
1 parent b65fffd commit f190944

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI-PR
1+
name: Tests
22

33
on:
44
pull_request:
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
test-full:
12-
name: Tests (full)
12+
name: Full
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
run: cargo test --all-features
3434
test-minimal:
35-
name: Tests (Min)
35+
name: Min
3636
strategy:
3737
fail-fast: false
3838
matrix:

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Lint
22

33
on:
44
pull_request:
5+
56
jobs:
67
lint:
78
name: Lint
@@ -36,7 +37,7 @@ jobs:
3637
- name: Install Rust
3738
uses: dtolnay/rust-toolchain@stable
3839
with:
39-
toolchain: 1.67.1
40+
toolchain: 1.74.1 # msrv
4041

4142
- name: Check
4243
run: cargo check

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT"
66
name = "clog-cli"
77
edition = "2021"
88
version = "0.9.3"
9+
rust-version = "1.74.1" # msrv
910
authors = ["Christoph Burgdorf <[email protected]>"]
1011
description = "A conventional changelog for the rest of us"
1112
exclude = ["docs/*"]

0 commit comments

Comments
 (0)