Add comment about compiler_builtins

This commit is contained in:
Antoni Boucher 2024-06-25 08:43:48 -04:00
parent 16e1ad7327
commit 73db24970f

View File

@ -6,6 +6,7 @@ resolver = "2"
[dependencies]
core = { path = "./sysroot_src/library/core" }
# TODO: after the sync, revert to using version 0.1.
# compiler_builtins = "0.1"
compiler_builtins = "=0.1.109"
alloc = { path = "./sysroot_src/library/alloc" }