Skip to content

Commit 7c36d30

Browse files
authored
chore(ci): fix workspace version enforcing job
Cue due to an [update](https://crates.io/crates/tomlq/0.2.0) to the `tomlq` tool, there's now a mismatch between the `$CRATE_VERSION` and the `$SPECIFIED_VERSION` variables: ```bash Package version: 0.43.0 Specified version: "0.43.0" ``` This PR attempts to fix the "Enforce version in `workspace.dependencies` matches the latest version" job by locking to the previous version until (and if) the situation is solved. Also see cryptaliagy/tomlq#22 Pull-Request: #5817.
1 parent 9698607 commit 7c36d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- uses: taiki-e/cache-cargo-install-action@v2
6161
with:
62-
tool: tomlq
62+
tool: tomlq@0.1.6
6363

6464
- name: Extract version from manifest
6565
run: |

0 commit comments

Comments
 (0)