File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.70 " # MSRV
52+ name : " Check MSRV: 1.73 " # 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.70 " # MSRV
60+ toolchain : " 1.73 " # 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.70 " # MSRV
122+ toolchain : " 1.73 " # MSRV
123123 components : clippy
124124 - uses : Swatinem/rust-cache@v2
125125 - name : Install SARIF tools
Original file line number Diff line number Diff line change 22name = " annotate-snippets"
33version = " 0.10.0"
44edition = " 2021"
5- rust-version = " 1.70 " # MSRV
5+ rust-version = " 1.73 " # MSRV
66authors = [" Zibi Braniecki <gandalf@mozilla.com>" ]
77description = " Library for building code annotations"
88license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments