1
Fork 0

Update compiler-builtins version to 0.1.118

This commit is contained in:
Guillaume Gomez 2024-08-08 14:42:44 +02:00
parent 9337f7afa6
commit 6d69b2e408
5 changed files with 6 additions and 8 deletions

View file

@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
panic_unwind = { path = "../panic_unwind", optional = true }
panic_abort = { path = "../panic_abort" }
core = { path = "../core", public = true }
compiler_builtins = { version = "0.1.117" }
compiler_builtins = { version = "0.1.118" }
profiler_builtins = { path = "../profiler_builtins", optional = true }
unwind = { path = "../unwind" }
hashbrown = { version = "0.14", default-features = false, features = [