Skip to content

Commit

Permalink
Bump egui to version 0.26, run cargo update
Browse files Browse the repository at this point in the history
Bump minimum Rust version to 1.72
  • Loading branch information
ergrelet committed Feb 24, 2024
1 parent 7e8b163 commit f74effc
Show file tree
Hide file tree
Showing 9 changed files with 1,975 additions and 967 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
cargo test --no-default-features
test-stable:
name: Test on Linux - 1.67.0
name: Test on Linux - 1.72.0
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.72.0
profile: minimal
override: true

Expand Down
Loading

0 comments on commit f74effc

Please sign in to comment.