diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-06-25 08:43:48 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-06-25 08:59:26 -0400 |
| commit | 73db24970f86e6495db1548b235334ed98ba8a6a (patch) | |
| tree | 763f934c85af6af2849ea54a78ae1d839b75b833 | |
| parent | 16e1ad7327b070a11d4bbf01a343c24e2dd34553 (diff) | |
| download | rust-73db24970f86e6495db1548b235334ed98ba8a6a.tar.gz rust-73db24970f86e6495db1548b235334ed98ba8a6a.zip | |
Add comment about compiler_builtins
| -rw-r--r-- | build_system/build_sysroot/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_system/build_sysroot/Cargo.toml b/build_system/build_sysroot/Cargo.toml index d0d21a044fd..e4669923623 100644 --- a/build_system/build_sysroot/Cargo.toml +++ b/build_system/build_sysroot/Cargo.toml @@ -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" } |
