Skip to content

Commit 34f6ac3

Browse files
chore(deps): update msrv to v1.76
1 parent 2385467 commit 34f6ac3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
- name: No-default features
5050
run: cargo test --workspace --no-default-features
5151
msrv:
52-
name: "Check MSRV: 1.73" # MSRV
52+
name: "Check MSRV: 1.76" # MSRV
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout repository
5656
uses: actions/checkout@v4
5757
- name: Install Rust
5858
uses: dtolnay/rust-toolchain@stable
5959
with:
60-
toolchain: "1.73" # MSRV
60+
toolchain: "1.76" # MSRV
6161
- uses: Swatinem/rust-cache@v2
6262
- name: Default features
6363
run: cargo check --workspace --all-targets
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Rust
120120
uses: dtolnay/rust-toolchain@stable
121121
with:
122-
toolchain: "1.73" # MSRV
122+
toolchain: "1.76" # MSRV
123123
components: clippy
124124
- uses: Swatinem/rust-cache@v2
125125
- name: Install SARIF tools

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "annotate-snippets"
33
version = "0.11.2"
44
edition = "2021"
5-
rust-version = "1.73" # MSRV
5+
rust-version = "1.76" # MSRV
66
authors = ["Zibi Braniecki <[email protected]>"]
77
description = "Library for building code annotations"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)