Skip to content

Commit

Permalink
fix(sys): enable SOCKS proxy support, closes #210
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jun 17, 2024
1 parent 23fce78 commit a92dd30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ort-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ vitis = []
cann = []
qnn = []


[build-dependencies]
ureq = { version = "2.1", optional = true, default-features = false, features = [ "tls" ] }
ureq = { version = "2.1", optional = true, default-features = false, features = [ "tls", "socks-proxy" ] }
tar = { version = "0.4", optional = true }
flate2 = { version = "1.0", optional = true }
sha2 = { version = "0.10", optional = true }
pkg-config = "0.3.30"
pkg-config = "0.3.30"

0 comments on commit a92dd30

Please sign in to comment.