File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
49
49
- name : No-default features
50
50
run : cargo test --workspace --no-default-features
51
51
msrv :
52
- name : " Check MSRV: 1.73 " # MSRV
52
+ name : " Check MSRV: 1.76 " # MSRV
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Checkout repository
56
56
uses : actions/checkout@v4
57
57
- name : Install Rust
58
58
uses : dtolnay/rust-toolchain@stable
59
59
with :
60
- toolchain : " 1.73 " # MSRV
60
+ toolchain : " 1.76 " # MSRV
61
61
- uses : Swatinem/rust-cache@v2
62
62
- name : Default features
63
63
run : cargo check --workspace --all-targets
@@ -119,7 +119,7 @@ jobs:
119
119
- name : Install Rust
120
120
uses : dtolnay/rust-toolchain@stable
121
121
with :
122
- toolchain : " 1.73 " # MSRV
122
+ toolchain : " 1.76 " # MSRV
123
123
components : clippy
124
124
- uses : Swatinem/rust-cache@v2
125
125
- name : Install SARIF tools
Original file line number Diff line number Diff line change 2
2
name = " annotate-snippets"
3
3
version = " 0.11.2"
4
4
edition = " 2021"
5
- rust-version = " 1.73 " # MSRV
5
+ rust-version = " 1.76 " # MSRV
6
6
authors = [
" Zibi Braniecki <[email protected] >" ]
7
7
description = " Library for building code annotations"
8
8
license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments