1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Update yanked deps (#2917)

* Update crossbeam-channel 0.56 to 0.58

* Update enumflags2

* CI: cargo check epaint --no-default-features
This commit is contained in:
Emil Ernerfeldt
2023-04-18 15:27:31 +02:00
committed by GitHub
parent 7c12bb692b
commit b604b6200c
2 changed files with 53 additions and 36 deletions

View File

@@ -65,6 +65,12 @@ jobs:
command: check
args: --locked --no-default-features --lib --all-targets
- name: check epaint --no-default-features
uses: actions-rs/cargo@v1
with:
command: check
args: --locked --no-default-features --lib --all-targets -p epaint
- name: check eframe --no-default-features
uses: actions-rs/cargo@v1
with: