Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
haha114514 authored Jul 25, 2023
1 parent 210dee1 commit c01f416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biliup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tower-http = { version = "0.3.0", features = ["cors"] }


[target.'cfg(any(target_arch="aarch64", target_arch="arm", target_env="musl"))'.dependencies]
reqwest = { version = "0.11", features = ["json", "stream", "blocking", "deflate", "gzip"] }
reqwest = { version = "0.11", features = ["json", "stream", "blocking", "deflate", "gzip", "rust-tls"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "sqlite", "offline" ] }

[target.'cfg(not(any(target_arch="aarch64", target_arch="arm", target_env="musl")))'.dependencies]
Expand Down

0 comments on commit c01f416

Please sign in to comment.