diff --git a/Cargo.toml b/Cargo.toml index daff265..1c1e116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,7 @@ testcontainers-modules = { version = "0.1.3", features = ["redis"] } tokio = { version = "1.12.0", features = ["full"] } [dependencies] -payjoin = {version = "=0.20.0", features = ["send", "receive", "base64", "v2", "io"] } -#payjoin={ git = "https://github.com/payjoin/rust-payjoin", rev = "941a6798f52f60d72061fc0a02b5b42146321453", features = ["send", "receive", "base64", "v2", "io"]} -uniffi = { version = "0.28.0" } +payjoin = {version = "=0.20.0", features = ["send", "receive", "base64", "v2", "io"] }uniffi = { version = "0.28.0" } thiserror = "1.0.47" ohttp = { version = "0.5.1" } url = "2.5.0"