Skip to content

Commit 29c4c8b

Browse files
committed
[watchos] remove crate patches
1 parent 5fbf869 commit 29c4c8b

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ version = "0.1.0"
491491
[[package]]
492492
name = "cc"
493493
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"
495496
dependencies = [
496497
"jobserver",
497498
]
@@ -733,7 +734,8 @@ dependencies = [
733734
[[package]]
734735
name = "compiler_builtins"
735736
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"
737739
dependencies = [
738740
"cc",
739741
"rustc-std-workspace-core",
@@ -1964,7 +1966,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
19641966
[[package]]
19651967
name = "libc"
19661968
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"
19681971
dependencies = [
19691972
"rustc-std-workspace-core",
19701973
]

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ rustfmt-nightly = { path = "src/tools/rustfmt" }
126126
# here
127127
rustc-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
136131
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }

0 commit comments

Comments
 (0)