Skip to content

Commit

Permalink
fixup! Don't start a runtime in connlib
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Mar 13, 2024
1 parent 771b1d7 commit e4a77a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/linux-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
humantime = "2.1"
resolv-conf = "0.7.0"
thiserror = "1.0.57"
tokio = { version = "1.36", default-features = false, features = ["rt", "macros"] }
tokio = { version = "1.36", default-features = false, features = ["rt", "macros", "signal"] }

0 comments on commit e4a77a8

Please sign in to comment.