We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f6b92 commit d0c3146Copy full SHA for d0c3146
crates/uv-resolver/src/pubgrub/dependencies.rs
@@ -228,7 +228,7 @@ fn to_pubgrub(
228
return Err(ResolveError::ConflictingUrlsTransitive(
229
requirement.name.clone(),
230
expected.verbatim().to_string(),
231
- url.to_string(),
+ url.verbatim().to_string(),
232
));
233
}
234
@@ -249,7 +249,7 @@ fn to_pubgrub(
249
250
251
252
253
254
255
@@ -270,7 +270,7 @@ fn to_pubgrub(
270
271
272
273
274
275
276
0 commit comments