mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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
|
||||
if: ${{ matrix.rust == 'msrv' }}
|
||||
run: |
|
||||
cargo update -p sqlx --precise 0.7.3
|
||||
cargo update -p atomic-write-file --precise 0.1.2
|
||||
exit 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue