mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 15:26:54 +00:00
ci: lock tempfile and serde_with versions in CI (#7495)
* ci: lock tempfile and serde_with versions in CI * Update test-core.yml
This commit is contained in:
parent
57f73f1b6a
commit
e374bc130d
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
@ -98,6 +98,8 @@ jobs:
|
||||
cargo update -p zbus_names --precise 2.5.0
|
||||
cargo update -p is-terminal --precise 0.4.7
|
||||
cargo update -p colored --precise 2.0.2
|
||||
cargo update -p tempfile --precise 3.6.0
|
||||
cargo update -p serde_with:3.1.0 --precise 3.0.0
|
||||
|
||||
- name: test
|
||||
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user