Skip to content

Commit

Permalink
修复 ppc64el 和 s390x 的编译
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jan 6, 2024
1 parent 890267b commit 604eca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/biliup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }

Expand Down

0 comments on commit 604eca6

Please sign in to comment.