You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnErr(cargo_err(&format_args!("Dependency `{}` is hosted on another registry. Cross-registry dependencies are not permitted on crates.io.",&*dep.name)));
441
-
}
435
+
for dep in deps {
436
+
ifletSome(registry) = &dep.registry{
437
+
if !registry.is_empty(){
438
+
returnErr(cargo_err(&format_args!("Dependency `{}` is hosted on another registry. Cross-registry dependencies are not permitted on crates.io.",&*dep.name)));
0 commit comments