Skip to content

Commit 637f5ce

Browse files
sanket1729afilini
authored andcommitted
MSRV fixes for once_cell
1 parent cddc22d commit 637f5ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ if cargo --version | grep "1\.41\.0"; then
1616
MSRV=true
1717
fi
1818

19+
if cargo --version | grep "1\.47\.0"; then
20+
cargo update -p once_cell --precise 1.13.1
21+
fi
22+
1923
# form_urlencoded 1.1.0 breaks MSRV.
2024
if [ "$MSRV" = true ]; then
2125
cargo update -p url --precise 2.2.2
2226
cargo update -p form_urlencoded --precise 1.0.1
27+
cargo update -p once_cell --precise 1.13.1
2328
fi
2429

2530
# Format if told to

0 commit comments

Comments
 (0)