Migrate panic_unwind to use cfg_select!

This commit is contained in:
Josh Stone 2025-08-20 16:45:24 -07:00
parent 040a98af70
commit d41cd48655
4 changed files with 20 additions and 14 deletions

View file

@ -192,7 +192,6 @@ name = "panic_unwind"
version = "0.0.0"
dependencies = [
"alloc",
"cfg-if",
"libc",
"rustc-std-workspace-core",
"unwind",