1
Fork 0

Bump compiler-builtins to 0.1.85

This commit is contained in:
Martin Kröning 2022-12-08 15:34:46 +01:00
parent 7632db0e87
commit 6324e5cb6a
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
panic_abort = { path = "../panic_abort" }
core = { path = "../core" }
libc = { version = "0.2.138", default-features = false, features = ['rustc-dep-of-std'] }
compiler_builtins = { version = "0.1.82" }
compiler_builtins = { version = "0.1.85" }
profiler_builtins = { path = "../profiler_builtins", optional = true }
unwind = { path = "../unwind" }
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }