Skip to content

Commit

Permalink
Pin compiler_builtins version
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Feb 7, 2024
1 parent 4a09b12 commit 1a8c0e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ panic_unwind = { path = "../panic_unwind", optional = true }
panic_abort = { path = "../panic_abort" }
core = { path = "../core", public = true }
libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true }
compiler_builtins = { version = "0.1.105" }
# FIXME: 0.1.106 causes issues in the build script
compiler_builtins = { version = "=0.1.105" }
profiler_builtins = { path = "../profiler_builtins", optional = true }
unwind = { path = "../unwind" }
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }
Expand Down

0 comments on commit 1a8c0e7

Please sign in to comment.