Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dorryspears committed Feb 3, 2024
1 parent 1fb0576 commit 5635360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
# Usage: msrv <crate-name>
function msrv {
cargo metadata --format-ver3sion 1 | jq -r ".packages[] | select(.name == \"$1\").rust_version"
cargo metadata --format-version 1 | jq -r ".packages[] | select(.name == \"$1\").rust_version"
}
ver_zerocopy=$(msrv zerocopy)
Expand Down

0 comments on commit 5635360

Please sign in to comment.