Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit f3ad5c4

Browse files
committed
Use ykpack from our new mono-repo.
1 parent 43fb4cd commit f3ad5c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,7 +3066,7 @@ dependencies = [
30663066
"rustc_codegen_utils 0.0.0",
30673067
"rustc_data_structures 0.0.0",
30683068
"rustc_yk_link 0.0.0",
3069-
"ykpack 0.1.0 (git+https://github.com/softdevteam/ykpack)",
3069+
"ykpack 0.1.0 (git+https://github.com/softdevteam/yk)",
30703070
]
30713071

30723072
[[package]]
@@ -4045,7 +4045,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40454045
[[package]]
40464046
name = "ykpack"
40474047
version = "0.1.0"
4048-
source = "git+https://github.com/softdevteam/ykpack#9c5542d9d556ce745f0b21983a009a1297f371e4"
4048+
source = "git+https://github.com/softdevteam/yk#0c7016c47bff4b149a2bc1d304cf637f6d64719e"
40494049
dependencies = [
40504050
"fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
40514051
"rmp-serde 0.14.0 (git+https://github.com/3Hren/msgpack-rust?rev=40b3d480b20961e6eeceb416b32bcd0a3383846a)",
@@ -4389,4 +4389,4 @@ dependencies = [
43894389
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
43904390
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
43914391
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
4392-
"checksum ykpack 0.1.0 (git+https://github.com/softdevteam/ykpack)" = "<none>"
4392+
"checksum ykpack 0.1.0 (git+https://github.com/softdevteam/yk)" = "<none>"

src/librustc_yk_sections/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ test = false
1313
[dependencies]
1414
rustc = { path = "../librustc" }
1515
rustc_yk_link = { path = "../librustc_yk_link" }
16-
ykpack = { git = "https://github.com/softdevteam/ykpack" }
16+
ykpack = { git = "https://github.com/softdevteam/yk" }
1717
rustc_codegen_utils = { path = "../librustc_codegen_utils" }
1818
rustc_data_structures = { path = "../librustc_data_structures" }

src/tools/tidy/src/extdeps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const WHITELISTED_SOURCES: &[&str] = &[
1010
// The following are needed for Yorick whilst we use an unreleased revision not on crates.io.
1111
"\"git+https://github.com/3Hren/msgpack-rust?\
1212
rev=40b3d480b20961e6eeceb416b32bcd0a3383846a#40b3d480b20961e6eeceb416b32bcd0a3383846a\"",
13-
"\"git+https://github.com/softdevteam/ykpack#e0fd6162b9522fd04b6bbb77a232986c4ea5c257\"",
13+
"\"git+https://github.com/softdevteam/yk#0c7016c47bff4b149a2bc1d304cf637f6d64719e\"",
1414
];
1515

1616
/// Checks for external package sources.

0 commit comments

Comments
 (0)