Skip to content

Commit 7500315

Browse files
authored
Merge pull request #92 from mrjones2014/main
Put `service-binding` dependency under `agent` feature
2 parents f6378a0 + f63a32e commit 7500315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures = { version = "0.3", optional = true }
2525
log = { version = "0.4", optional = true }
2626
tokio = { version = "1", optional = true, features = ["rt", "net", "time"] }
2727
tokio-util = { version = "0.7", optional = true, features = ["codec"] }
28-
service-binding = { version = "^3" }
28+
service-binding = { version = "^3", optional = true }
2929
ssh-encoding = { version = "0.2" }
3030
ssh-key = { version = "0.6", features = ["crypto", "alloc"] }
3131
thiserror = "1"
@@ -36,7 +36,7 @@ secrecy = "0.8"
3636
[features]
3737
default = ["agent"]
3838
codec = ["tokio-util"]
39-
agent = ["futures", "log", "tokio", "async-trait", "codec"]
39+
agent = ["futures", "log", "tokio", "async-trait", "codec", "service-binding"]
4040

4141
[dev-dependencies]
4242
env_logger = "0.11.5"

0 commit comments

Comments
 (0)