Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a6a3a0e

Browse files
chore(deps): update msrv to v1.73
1 parent ff0c550 commit a6a3a0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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.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

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "annotate-snippets"
33
version = "0.10.0"
44
edition = "2021"
5-
rust-version = "1.70" # MSRV
5+
rust-version = "1.73" # MSRV
66
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
77
description = "Library for building code annotations"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /