Skip to content

Commit

Permalink
break: update MSRV to 1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 9, 2024
1 parent b65fffd commit f190944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-PR
name: Tests

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ concurrency:

jobs:
test-full:
name: Tests (full)
name: Full
strategy:
fail-fast: false
matrix:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Test
run: cargo test --all-features
test-minimal:
name: Tests (Min)
name: Min
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Lint

on:
pull_request:

jobs:
lint:
name: Lint
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.67.1
toolchain: 1.74.1 # msrv

- name: Check
run: cargo check
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "MIT"
name = "clog-cli"
edition = "2021"
version = "0.9.3"
rust-version = "1.74.1" # msrv
authors = ["Christoph Burgdorf <[email protected]>"]
description = "A conventional changelog for the rest of us"
exclude = ["docs/*"]
Expand Down

0 comments on commit f190944

Please sign in to comment.