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:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user