Skip to content

Commit fb3e169

Browse files
committed
ci: Fix pin msrv for 1.75.0
1 parent 8d2ca9b commit fb3e169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
cargo update -p rayon-core --precise "1.12.1"
5959
cargo update -p time --precise "0.3.41"
6060
cargo update -p proptest --precise "1.8.0"
61+
cargo update -p "getrandom@0.4.2" --precise "0.2.17"
6162
- name: Pin dependencies for MSRV
6263
if: matrix.rust.version == '1.63.0'
6364
run: ./ci/pin-msrv.sh

0 commit comments

Comments
 (0)