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

cargo upgrade (#7598)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 15:30:00 +02:00
committed by GitHub
parent 843ceea90c
commit ac4e04d0b8
5 changed files with 186 additions and 152 deletions

View File

@@ -53,8 +53,9 @@ skip = [
{ name = "getrandom" }, # ring / rustls (and thus ehttp) still depend on getrandom 0.2
{ name = "quick-xml" }, # old version via wayland-scanner
{ name = "redox_syscall" }, # old version via winit
{ name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x
{ name = "rustc-hash" }, # Small enough
{ name = "thiserror-impl" }, # same as above
{ name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x
{ name = "windows-sys" }, # mostly hopeless to avoid
]
skip-tree = [