Skip to content

Commit 0e445f5

Browse files
Properly use rust_version in CI
1 parent 921f82b commit 0e445f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Test for MSRV in Cargo.toml
109109
run: |
110-
VERSION="$(cargo metadata --format-version 1 | jq '.packages | .[] | select(.name == "lc3sim")| .version' | tr -d '"')"
110+
VERSION="$(cargo metadata --format-version 1 | jq '.packages | .[] | select(.name == "lc3sim")| .rust_version' | tr -d '"')"
111111
cargo hack check --version-range "$VERSION" --all-targets --all-features --ignore-private
112112
113113
test:

0 commit comments

Comments
 (0)