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 a45342f commit 5093ba4Copy full SHA for 5093ba4
contrib/test.sh
@@ -20,6 +20,7 @@ fi
20
if [ "$MSRV" = true ]; then
21
cargo update -p url --precise 2.2.2
22
cargo update -p form_urlencoded --precise 1.0.1
23
+ cargo update -p once_cell --precise 1.13.1
24
fi
25
26
# Format if told to
0 commit comments