Skip to content

Commit e4be3ac

Browse files
authored
chore: correct cross metadata key in Cargo.toml. (#30)
As `sprocket` is not in a workspace, it should be using the package metadata key.
1 parent 583ba2d commit e4be3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ indicatif = "0.17.8"
2929
clap-verbosity-flag = "2.2.1"
3030

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

0 commit comments

Comments
 (0)