Skip to content

Commit 0b44564

Browse files
authored
chore(ci): update tomlq
and address the version lock introduced on #5817 Pull-Request: #5821.
1 parent cc8607c commit 0b44564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@0.1.6
62+
tool: tomlq
6363

6464
- name: Extract version from manifest
6565
run: |
@@ -70,7 +70,7 @@ jobs:
7070
- name: Enforce version in `workspace.dependencies` matches the latest version
7171
if: env.CRATE != 'libp2p'
7272
run: |
73-
SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" --file ./Cargo.toml)
73+
SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" -r --file ./Cargo.toml)
7474
7575
echo "Package version: $CRATE_VERSION";
7676
echo "Specified version: $SPECIFIED_VERSION";

0 commit comments

Comments
 (0)