Skip to content

Commit

Permalink
Merge pull request #92 from mrjones2014/main
Browse files Browse the repository at this point in the history
Put `service-binding` dependency under `agent` feature
  • Loading branch information
wiktor-k authored Oct 25, 2024
2 parents f6378a0 + f63a32e commit 7500315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }
tokio = { version = "1", optional = true, features = ["rt", "net", "time"] }
tokio-util = { version = "0.7", optional = true, features = ["codec"] }
service-binding = { version = "^3" }
service-binding = { version = "^3", optional = true }
ssh-encoding = { version = "0.2" }
ssh-key = { version = "0.6", features = ["crypto", "alloc"] }
thiserror = "1"
Expand All @@ -36,7 +36,7 @@ secrecy = "0.8"
[features]
default = ["agent"]
codec = ["tokio-util"]
agent = ["futures", "log", "tokio", "async-trait", "codec"]
agent = ["futures", "log", "tokio", "async-trait", "codec", "service-binding"]

[dev-dependencies]
env_logger = "0.11.5"
Expand Down

0 comments on commit 7500315

Please sign in to comment.