File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,8 @@ version = "0.1.0"
491
491
[[package ]]
492
492
name = " cc"
493
493
version = " 1.0.73"
494
- source = " git+https://github.com/alexcrichton/cc-rs?rev=refs/pull/662/head#73f8fe4b5c0024d855398e4fa4ae68b5b82221f2"
494
+ source = " registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = " 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
495
496
dependencies = [
496
497
" jobserver" ,
497
498
]
@@ -733,7 +734,8 @@ dependencies = [
733
734
[[package ]]
734
735
name = " compiler_builtins"
735
736
version = " 0.1.70"
736
- source = " git+https://github.com/rust-lang/compiler-builtins?rev=refs/pull/456/head#eb68e3a2f2a0bd4ea625e4287c2eb2069d1c4fa2"
737
+ source = " registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = " 80873f979f0a344a4ade87c2f70d9ccf5720b83b10c97ec7cd745895d021e85a"
737
739
dependencies = [
738
740
" cc" ,
739
741
" rustc-std-workspace-core" ,
@@ -1964,7 +1966,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1964
1966
[[package ]]
1965
1967
name = " libc"
1966
1968
version = " 0.2.119"
1967
- source = " git+https://github.com/rust-lang/libc?rev=refs/pull/2717/head#f073685f728891f104bf2125f1bcb9f123cf5d3b"
1969
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = " 1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
1968
1971
dependencies = [
1969
1972
" rustc-std-workspace-core" ,
1970
1973
]
Original file line number Diff line number Diff line change @@ -126,11 +126,6 @@ rustfmt-nightly = { path = "src/tools/rustfmt" }
126
126
# here
127
127
rustc-workspace-hack = { path = ' src/tools/rustc-workspace-hack' }
128
128
129
- # TODO prerequisite changes
130
- compiler_builtins = { git = " https://github.com/rust-lang/compiler-builtins" , rev = " refs/pull/456/head" }
131
- cc = { git = " https://github.com/alexcrichton/cc-rs" , rev = " refs/pull/662/head" }
132
- libc = { git = " https://github.com/rust-lang/libc" , rev = " refs/pull/2717/head" }
133
-
134
129
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
135
130
# here
136
131
rustc-std-workspace-core = { path = ' library/rustc-std-workspace-core' }
You can’t perform that action at this time.
0 commit comments