We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5ec42 commit bff004fCopy full SHA for bff004f
scripts/patch_dependencies.sh
@@ -5,3 +5,5 @@ function patch_version() {
5
echo "patching $1 from $latest_version to $2"
6
cargo update -p $1:$latest_version --precise $2
7
}
8
+
9
+patch_version url 2.5.2 #https://github.com/servo/rust-url/issues/992
0 commit comments