Skip to content

Commit b02829c

Browse files
bircniemilk
andauthored
Update to egui 0.30.0, MSRV to 1.80 (#59)
- Updates the rust version to `1.79` as egui now uses this too - fixes the cargo deny check and updates the crates * [x] I have followed the instructions in the PR template --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
1 parent aacbfb6 commit b02829c

File tree

12 files changed

+1064
-1044
lines changed

12 files changed

+1064
-1044
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions-rs/toolchain@v1
1818
with:
1919
profile: default
20-
toolchain: 1.76.0
20+
toolchain: 1.80.0
2121
override: true
2222

2323
- name: Install packages (Linux)
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions-rs/toolchain@v1
105105
with:
106106
profile: minimal
107-
toolchain: 1.76.0
107+
toolchain: 1.80.0
108108
target: wasm32-unknown-unknown
109109
override: true
110110
components: clippy
@@ -129,12 +129,12 @@ jobs:
129129
name: Check Rust dependencies (cargo-deny)
130130
runs-on: ubuntu-latest
131131
steps:
132-
- uses: actions/checkout@v3
133-
- uses: EmbarkStudios/cargo-deny-action@v1
134-
with:
135-
rust-version: "1.76.0"
136-
log-level: warn
137-
command: check
132+
- uses: actions/checkout@v3
133+
- uses: EmbarkStudios/cargo-deny-action@v1
134+
with:
135+
rust-version: "1.80.0"
136+
log-level: warn
137+
command: check
138138

139139
# ---------------------------------------------------------------------------
140140

@@ -146,7 +146,7 @@ jobs:
146146
- uses: actions-rs/toolchain@v1
147147
with:
148148
profile: minimal
149-
toolchain: 1.76.0
149+
toolchain: 1.80.0
150150
target: wasm32-unknown-unknown
151151
override: true
152152
- name: Download and install Trunk binary

0 commit comments

Comments
 (0)