Skip to content

Commit 55467aa

Browse files
committed
Revert compiler_builtins to 0.1
1 parent 16e1ad7 commit 55467aa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build_system/build_sysroot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_system/build_sysroot/Cargo.toml

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

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

0 commit comments

Comments
 (0)