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 921f82b commit 0e445f5Copy full SHA for 0e445f5
.github/workflows/all-tests.yml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: Test for MSRV in Cargo.toml
109
run: |
110
- VERSION="$(cargo metadata --format-version 1 | jq '.packages | .[] | select(.name == "lc3sim")| .version' | tr -d '"')"
+ VERSION="$(cargo metadata --format-version 1 | jq '.packages | .[] | select(.name == "lc3sim")| .rust_version' | tr -d '"')"
111
cargo hack check --version-range "$VERSION" --all-targets --all-features --ignore-private
112
113
test:
0 commit comments