Skip to content

Commit 843dd72

Browse files
committed
Remove dependency pinning in CI to satisfy msrv check
1 parent 6da95d0 commit 843dd72

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ jobs:
5252
- uses: actions/checkout@v5
5353
- name: Install cargo-msrv
5454
run: cargo install cargo-msrv
55-
- name: Downgrade object_store dependencies
56-
# Necessary because tokio 1.30.0 updates MSRV to 1.63
57-
# and url 2.5.1, updates to 1.67
58-
run: |
59-
cargo update -p tokio --precise 1.29.1
60-
cargo update -p url --precise 2.5.0
61-
cargo update -p once_cell --precise 1.20.3
62-
cargo update -p tracing-core --precise 0.1.33
63-
cargo update -p tracing-attributes --precise 0.1.28
64-
cargo update -p parking_lot --precise 0.12.4
65-
cargo update -p parking_lot_core --precise 0.9.11
66-
cargo update -p lock_api --precise 0.4.13
6755
- name: Check
6856
run: |
6957
# run `cargo msrv verify` to see problems

0 commit comments

Comments
 (0)