Skip to content

Commit

Permalink
chore: correct cross metadata key in Cargo.toml. (#30)
Browse files Browse the repository at this point in the history
As `sprocket` is not in a workspace, it should be using the package metadata
key.
  • Loading branch information
peterhuene authored Oct 17, 2024
1 parent 583ba2d commit e4be3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ indicatif = "0.17.8"
clap-verbosity-flag = "2.2.1"

# Install openssl for the linux arm64 build
[workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
[package.metadata.cross.target.aarch64-unknown-linux-gnu]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
Expand Down

0 comments on commit e4be3ac

Please sign in to comment.