Skip to content

Commit

Permalink
fix: ssurl for getting outline url no compression
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Oct 4, 2024
1 parent 56017b0 commit 5b9b4ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
18 changes: 0 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,12 @@ reqwest = { version = "0.12", features = [
"blocking",
"rustls-tls",
"rustls-tls-native-roots",
"deflate",
"gzip",
"brotli",
"zstd",
], default-features = false, optional = true }

[target.'cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
reqwest = { version = "0.12", features = [
"blocking",
"native-tls-vendored",
"deflate",
"gzip",
"brotli",
"zstd",
], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 5b9b4ca

Please sign in to comment.