mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-29 14:04:19 +03:00
fix(ci): downgrade crates requiring rust 1.66 (#7788)
This commit is contained in:
parent
4cb51a2d56
commit
e1ac45c89f
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
@ -102,6 +102,8 @@ jobs:
|
||||
# The --precise flag can only be used once per invocation.
|
||||
run: |
|
||||
cargo update -p time --precise 0.3.23
|
||||
cargo update -p toml@0.7.7 --precise 0.7.6
|
||||
cargo update -p toml_edit@0.19.15 --precise 0.19.14
|
||||
|
||||
- name: test
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Loading…
Reference in New Issue
Block a user