Skip to content

Commit

Permalink
fix: add required clap feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovalkering committed Dec 14, 2021
1 parent 078050b commit 4bea7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socksx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
anyhow = "1"
async-trait = "0.1"
bytes = "1"
clap = "3.0.0-beta.5"
clap = { version = "3.0.0-rc.4", features = ["derive", "env"] }
dotenv = "0.15"
env_logger = "0.8"
futures = "0.3"
Expand Down

0 comments on commit 4bea7ac

Please sign in to comment.