This repository was archived by the owner on Jan 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3066,7 +3066,7 @@ dependencies = [
3066
3066
" rustc_codegen_utils 0.0.0" ,
3067
3067
" rustc_data_structures 0.0.0" ,
3068
3068
" 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 )" ,
3070
3070
]
3071
3071
3072
3072
[[package ]]
@@ -4045,7 +4045,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4045
4045
[[package ]]
4046
4046
name = " ykpack"
4047
4047
version = " 0.1.0"
4048
- source = " git+https://github.com/softdevteam/ykpack#9c5542d9d556ce745f0b21983a009a1297f371e4 "
4048
+ source = " git+https://github.com/softdevteam/yk#0c7016c47bff4b149a2bc1d304cf637f6d64719e "
4049
4049
dependencies = [
4050
4050
" fallible-iterator 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
4051
4051
" rmp-serde 0.14.0 (git+https://github.com/3Hren/msgpack-rust?rev=40b3d480b20961e6eeceb416b32bcd0a3383846a)" ,
@@ -4389,4 +4389,4 @@ dependencies = [
4389
4389
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
4390
4390
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = " df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
4391
4391
"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>"
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ test = false
13
13
[dependencies ]
14
14
rustc = { path = " ../librustc" }
15
15
rustc_yk_link = { path = " ../librustc_yk_link" }
16
- ykpack = { git = " https://github.com/softdevteam/ykpack " }
16
+ ykpack = { git = " https://github.com/softdevteam/yk " }
17
17
rustc_codegen_utils = { path = " ../librustc_codegen_utils" }
18
18
rustc_data_structures = { path = " ../librustc_data_structures" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const WHITELISTED_SOURCES: &[&str] = &[
10
10
// The following are needed for Yorick whilst we use an unreleased revision not on crates.io.
11
11
"\" git+https://github.com/3Hren/msgpack-rust?\
12
12
rev=40b3d480b20961e6eeceb416b32bcd0a3383846a#40b3d480b20961e6eeceb416b32bcd0a3383846a\" ",
13
- "\" git+https://github.com/softdevteam/ykpack#e0fd6162b9522fd04b6bbb77a232986c4ea5c257 \" " ,
13
+ "\" git+https://github.com/softdevteam/yk#0c7016c47bff4b149a2bc1d304cf637f6d64719e \" " ,
14
14
] ;
15
15
16
16
/// Checks for external package sources.
You can’t perform that action at this time.
0 commit comments