File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 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"
491491[[package ]]
492492name = " cc"
493493version = " 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"
495496dependencies = [
496497 " jobserver" ,
497498]
@@ -733,7 +734,8 @@ dependencies = [
733734[[package ]]
734735name = " compiler_builtins"
735736version = " 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"
737739dependencies = [
738740 " cc" ,
739741 " rustc-std-workspace-core" ,
@@ -1964,7 +1966,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
19641966[[package ]]
19651967name = " libc"
19661968version = " 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"
19681971dependencies = [
19691972 " rustc-std-workspace-core" ,
19701973]
Original file line number Diff line number Diff line change @@ -126,11 +126,6 @@ rustfmt-nightly = { path = "src/tools/rustfmt" }
126126# here
127127rustc-workspace-hack = { path = ' src/tools/rustc-workspace-hack' }
128128
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-
134129# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
135130# here
136131rustc-std-workspace-core = { path = ' library/rustc-std-workspace-core' }
You can’t perform that action at this time.
0 commit comments