Skip to content

Commit

Permalink
Bump MSRV to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Nov 5, 2024
1 parent d607720 commit c67ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.79
toolchain: 1.81
- run: perl -pi.bak -e 's/opt-level = 2/opt-level = 0/g' Cargo.toml
- run: sudo apt update; sudo apt install libgtk-3-dev libxdo-dev
- run: cargo build --workspace
Expand Down

0 comments on commit c67ed0b

Please sign in to comment.