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 cddc22d commit 637f5ceCopy full SHA for 637f5ce
contrib/test.sh
@@ -16,10 +16,15 @@ if cargo --version | grep "1\.41\.0"; then
16
MSRV=true
17
fi
18
19
+if cargo --version | grep "1\.47\.0"; then
20
+ cargo update -p once_cell --precise 1.13.1
21
+fi
22
+
23
# form_urlencoded 1.1.0 breaks MSRV.
24
if [ "$MSRV" = true ]; then
25
cargo update -p url --precise 2.2.2
26
cargo update -p form_urlencoded --precise 1.0.1
27
28
29
30
# Format if told to
0 commit comments