We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da95d0 commit 843dd72Copy full SHA for 843dd72
.github/workflows/rust.yml
@@ -52,18 +52,6 @@ jobs:
52
- uses: actions/checkout@v5
53
- name: Install cargo-msrv
54
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
67
- name: Check
68
run: |
69
# run `cargo msrv verify` to see problems
0 commit comments