From 3a646b9d36165a8f879a35f91473895897c19b3c Mon Sep 17 00:00:00 2001 From: azzamsa Date: Wed, 4 Jan 2023 07:39:14 +0700 Subject: [PATCH] build: remove unused `cross` configuration --- Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c8285d..9818752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,14 +53,6 @@ cynic = "2.2" mime = "0.3" tower = { version = "0.4", features = ["util"] } -# cross-rs configuration -[package.metadata.cross.target.x86_64-unknown-linux-gnu] -# The latest version of cross-rs doesn't include OpenSSL support -pre-build = [ - "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH", -] - [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version}-{ target }.tar.gz" bin-dir = "{ bin }{ binary-ext }"