Skip to content

Commit fa18a18

Browse files
author
Robert Zakrzewski
committed
Temporary downgrade compiler_builtins library. From version 0.1.110 the no-f16-f128 feautes introduced incompatibility
1 parent a486dbf commit fa18a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_system/build_sysroot/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ resolver = "2"
66

77
[dependencies]
88
core = { path = "./sysroot_src/library/core" }
9-
compiler_builtins = "0.1"
9+
# compiler_builtins = "0.1"
10+
compiler_builtins = "=0.1.109"
1011
alloc = { path = "./sysroot_src/library/alloc" }
1112
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
1213
test = { path = "./sysroot_src/library/test" }

0 commit comments

Comments
 (0)