Skip to content

Commit

Permalink
Dont require Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Jan 28, 2025
1 parent ae11026 commit 5ad3ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
PKG_VERSION=$(node -p "require('./package.json').version")
# Get Cargo.toml version
CARGO_VERSION=$(cargo pkgid | cut -d# -f2)
CARGO_VERSION=$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[0].version')
echo "package.json version: $PKG_VERSION"
echo "Cargo.toml version: $CARGO_VERSION"
Expand Down

0 comments on commit 5ad3ee7

Please sign in to comment.