mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-26 00:17:08 +01:00
Downgrade deps in CI to preserve MSRV
This commit is contained in:
parent
b8c45110a3
commit
de77c51b19
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -124,6 +124,8 @@ jobs:
|
||||||
- name: Downgrade deps for MSRV
|
- name: Downgrade deps for MSRV
|
||||||
if: ${{ matrix.rust == 'msrv' }}
|
if: ${{ matrix.rust == 'msrv' }}
|
||||||
run: |
|
run: |
|
||||||
|
cargo update -p sqlx --precise 0.7.3
|
||||||
|
cargo update -p atomic-write-file --precise 0.1.2
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue