Skip to content

Commit

Permalink
feat: remove native-tls to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 16, 2024
1 parent c4e5d9c commit 0da79a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 186 deletions.
178 changes: 0 additions & 178 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions crates/reflexo-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,12 @@ serde-wasm-bindgen = { workspace = true, optional = true }
dirs = { workspace = true, optional = true }
fontdb = { workspace = true, optional = true }

[target.'cfg(not(any(target_arch = "riscv64", target_arch = "wasm32", all(target_os = "windows", target_arch = "aarch64"))))'.dependencies]
reqwest = { version = "^0.12", default-features = false, features = [
"rustls-tls",
"blocking",
"multipart",
] }

[target.'cfg(any(target_arch = "riscv64", all(target_os = "windows", target_arch = "aarch64")))'.dependencies]
reqwest = { version = "^0.12", default-features = false, features = [
"native-tls",
"blocking",
"multipart",
] }

[features]

default = []
Expand Down

0 comments on commit 0da79a6

Please sign in to comment.