Skip to content

Commit

Permalink
Optimize torut features
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Apr 27, 2021
1 parent 1737b01 commit ee50da4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
run: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf libssl-dev
sudo apt-get install gcc-arm-linux-gnueabihf
- name: Build binary
run: |
Expand Down
10 changes: 0 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tokio-socks = "0.5"
tokio-tungstenite = { version = "0.14", features = [ "rustls-tls" ] }
tokio-util = { version = "0.6", features = ["io"] }
toml = "0.5"
torut = { version = "0.1", features = ["serialize", "v2", "v3", "control", "vendored_openssl"] }
torut = { version = "0.1", features = ["v3"] }
tracing = { version = "0.1", features = ["attributes"] }
tracing-appender = "0.1"
tracing-futures = { version = "0.2", features = ["std-future", "futures-03"] }
Expand Down

0 comments on commit ee50da4

Please sign in to comment.