Skip to content

Commit

Permalink
Temporary downgrade compiler_builtins library. From version 0.1.110 t…
Browse files Browse the repository at this point in the history
…he no-f16-f128 feautes introduced incompatibility
  • Loading branch information
Robert Zakrzewski committed May 6, 2024
1 parent 54364ef commit 10798db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_system/build_sysroot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ resolver = "2"

[dependencies]
core = { path = "./sysroot_src/library/core" }
compiler_builtins = "0.1"
# compiler_builtins = "0.1"
compiler_builtins = "=0.1.109"
alloc = { path = "./sysroot_src/library/alloc" }
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
test = { path = "./sysroot_src/library/test" }
Expand Down

0 comments on commit 10798db

Please sign in to comment.