From 604eca6ba1055018a2613f583ad950b85d356fb7 Mon Sep 17 00:00:00 2001 From: eatradish Date: Sun, 7 Jan 2024 00:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ppc64el=20=E5=92=8C=20s390?= =?UTF-8?q?x=20=E7=9A=84=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/biliup/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/biliup/Cargo.toml b/crates/biliup/Cargo.toml index 2a07b19..f5cd8f2 100644 --- a/crates/biliup/Cargo.toml +++ b/crates/biliup/Cargo.toml @@ -54,8 +54,6 @@ async-trait = "0.1.57" humantime = "2.1.0" axum = "0.7.3" tower-http = { version = "0.5.0", features = ["cors"] } - -[target.'cfg(any(target_arch="x86_64", target_arch="aarch64", target_arch="x86", target_arch="arm"))'.dependencies] reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "blocking", "deflate", "gzip", "rustls-tls"] } sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "sqlite" ] }