Skip to content

Commit

Permalink
禁用了reqwest的default-tls,使用了rustls-tls的features,使在windows平台为android编译时不…
Browse files Browse the repository at this point in the history
…需要指定openssl
  • Loading branch information
OldGodShen committed Jun 5, 2024
1 parent e59fd1f commit 74247df
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 0 deletions.
124 changes: 124 additions & 0 deletions src-tauri/Cargo.lock

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

1 change: 1 addition & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ tauri = { version = "2.0.0-beta", features = [] }
tauri-plugin-shell = "2.0.0-beta"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }

0 comments on commit 74247df

Please sign in to comment.