about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Zakrzewski <robert.zakrzewski1@stellantis.com>2024-05-05 21:03:54 +0200
committerRobert Zakrzewski <robert.zakrzewski1@stellantis.com>2024-06-21 16:12:05 +0200
commitfa18a181f7bf0a7c1f5753de82c1e934a957894d (patch)
tree866b6f0b69d5947b6472a7f8b38fecd000579a66
parenta486dbfc17945e6bad43793aae37a9ef29c05efd (diff)
Temporary downgrade compiler_builtins library. From version 0.1.110 the no-f16-f128 feautes introduced incompatibility
-rw-r--r--build_system/build_sysroot/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_system/build_sysroot/Cargo.toml b/build_system/build_sysroot/Cargo.toml
index 05503128f2a..d0d21a044fd 100644
--- a/build_system/build_sysroot/Cargo.toml
+++ b/build_system/build_sysroot/Cargo.toml
@@ -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" }