Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior authored Aug 16, 2024
1 parent ed76b5c commit c26983b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c26983b

Please sign in to comment.