Skip to content

Commit

Permalink
Set MSRV to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Dec 20, 2024
1 parent ddcce95 commit e7a8000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install MSRV
run: rustup install 1.80.1
run: rustup install 1.81
- name: Test on MSRV
run: cargo +1.80.1 test
run: cargo +1.81 test
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.7.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zakarumych/egui-probe"
rust-version = "1.80.1"
rust-version = "1.81"

[package]
name = "egui-probe"
Expand Down

0 comments on commit e7a8000

Please sign in to comment.