File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
test_data/serialized_configs Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ rust_test(
129129 srcs = ["tests/cargo_integration_test.rs" ],
130130 aliases = aliases (),
131131 data = glob (["test_data/**" ]) + [
132- "//crate_universe/test_data/serialized_configs" ,
133132 "@rules_rust//rust/toolchain:current_cargo_files" ,
134133 "@rules_rust//rust/toolchain:current_rustc_files" ,
135134 ],
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ mod test {
579579 assert_eq ! (
580580 package,
581581 & cargo_toml:: DependencyDetail {
582- git: Some ( "https://gitlab.com/crates .rs/cargo_toml.git" . to_owned( ) ) ,
582+ git: Some ( "https://gitlab.com/lib .rs/cargo_toml.git" . to_owned( ) ) ,
583583 tag: Some ( "v0.15.2" . to_owned( ) ) ,
584584 default_features: true ,
585585 ..Default :: default ( )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ write_file(
4949 },
5050 packages = {
5151 "cargo_toml" : crate .spec (
52- git = "https://gitlab.com/crates .rs/cargo_toml.git" ,
52+ git = "https://gitlab.com/lib .rs/cargo_toml.git" ,
5353 tag = "v0.15.2" ,
5454 ),
5555 "cfg-if" : crate .spec (
You can’t perform that action at this time.
0 commit comments