File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ dependencies = [
1014
1014
[[package ]]
1015
1015
name = " derivative"
1016
1016
version = " 2.2.0"
1017
- source = " git+https://github.com/compiler-errors/rust-derivative.git?branch=fast-discriminant#fd1434ceff14441827f68505bc7f13e6d4eec6da "
1017
+ source = " git+https://github.com/compiler-errors/rust-derivative.git?rev=fe4c30f#fe4c30f5cf55185d452c453a3b003dd924a880f3 "
1018
1018
dependencies = [
1019
1019
" proc-macro2" ,
1020
1020
" quote" ,
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ rustc_serialize = { path = "../rustc_serialize" }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" }
13
13
rustc_macros = { path = " ../rustc_macros" }
14
14
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
15
- derivative = { git = " https://github.com/compiler-errors/rust-derivative.git" , branch = " fast-discriminant " }
15
+ derivative = { git = " https://github.com/compiler-errors/rust-derivative.git" , rev = " fe4c30f " }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use std::path::Path;
6
6
/// List of allowed sources for packages.
7
7
const ALLOWED_SOURCES : & [ & str ] = & [
8
8
"\" registry+https://github.com/rust-lang/crates.io-index\" " ,
9
- "\" git+https://github.com/compiler-errors/rust-derivative.git?branch=fast-discriminant#fd1434ceff14441827f68505bc7f13e6d4eec6da \" " ,
9
+ "\" git+https://github.com/compiler-errors/rust-derivative.git?rev=fe4c30f#fe4c30f5cf55185d452c453a3b003dd924a880f3 \" " ,
10
10
] ;
11
11
12
12
/// Checks for external package sources. `root` is the path to the directory that contains the
You can’t perform that action at this time.
0 commit comments