Skip to content

Commit b36bca9

Browse files
committed
f Gurad payjoin-io behind v2 in payjoin-cli
1 parent b26a4ac commit b36bca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payjoin-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "src/main.rs"
2020
[features]
2121
native-certs = ["ureq/native-certs"]
2222
danger-local-https = ["rcgen", "rustls", "hyper-rustls"]
23-
v2 = ["payjoin/v2"]
23+
v2 = ["payjoin/v2", "payjoin-io"]
2424

2525
[dependencies]
2626
anyhow = "1.0.70"
@@ -40,7 +40,7 @@ serde = { version = "1.0.160", features = ["derive"] }
4040
tokio = { version = "1.12.0", features = ["full"] }
4141
ureq = "2.9.4"
4242
url = { version = "2.3.1", features = ["serde"] }
43-
payjoin-io = { path = "../payjoin-io" }
43+
payjoin-io = { path = "../payjoin-io", optional = true}
4444

4545
[dev-dependencies]
4646
bitcoind = { version = "0.31.1", features = ["0_21_2"] }

0 commit comments

Comments
 (0)