Skip to content

Commit

Permalink
ci: lock tempfile and serde_with versions in CI (#7495)
Browse files Browse the repository at this point in the history
* ci: lock tempfile and serde_with versions in CI

* Update test-core.yml
  • Loading branch information
FabianLars committed Jul 25, 2023
1 parent 57f73f1 commit e374bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e374bc1

Please sign in to comment.