Update compiler-builtins version to 0.1.118
This commit is contained in:
parent
9337f7afa6
commit
6d69b2e408
5 changed files with 6 additions and 8 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue