We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8607c commit 0b44564Copy full SHA for 0b44564
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- uses: taiki-e/cache-cargo-install-action@v2
61
with:
62
- tool: tomlq@0.1.6
+ tool: tomlq
63
64
- name: Extract version from manifest
65
run: |
@@ -70,7 +70,7 @@ jobs:
70
- name: Enforce version in `workspace.dependencies` matches the latest version
71
if: env.CRATE != 'libp2p'
72
73
- SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" --file ./Cargo.toml)
+ SPECIFIED_VERSION=$(tq "workspace.dependencies.$CRATE.version" -r --file ./Cargo.toml)
74
75
echo "Package version: $CRATE_VERSION";
76
echo "Specified version: $SPECIFIED_VERSION";
0 commit comments