Skip to content

Commit bb2ef53

Browse files
committed
Stop pinning once_cell in CI
Apparently `proptest` has dropped its `once_cell` dependency, and we thus no longer need to pin it.
1 parent 808d1dc commit bb2ef53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/ci-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
2121
# The addr2line v0.21 crate (a dependency of `backtrace` starting with 0.3.69) relies on rustc 1.65
2222
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p backtrace --precise "0.3.68" --verbose
2323

24-
# The once_cell v1.21.0 crate (a dependency of `proptest`) relies on rustc 1.70
25-
[ "$RUSTC_MINOR_VERSION" -lt 70 ] && cargo update -p once_cell --precise "1.20.3" --verbose
26-
2724
# proptest 1.3.0 requires rustc 1.64.0
2825
[ "$RUSTC_MINOR_VERSION" -lt 64 ] && cargo update -p proptest --precise "1.2.0" --verbose
2926

0 commit comments

Comments
 (0)