Skip to content

Commit 681e3cb

Browse files
committed
fix cashu tests
1 parent bfbaed5 commit 681e3cb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

orange-sdk/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ reqwest = { version = "0.12.23", default-features = false, features = ["rustls-t
2727
breez-sdk-spark = { git = "https://github.com/breez/spark-sdk.git", rev = "1c3dd78a40ae50a88d743110a79fa4a95d93d932", default-features = false, features = ["rustls-tls"], optional = true }
2828
tokio = { version = "1.0", default-features = false, features = ["rt-multi-thread", "sync"] }
2929
uuid = { version = "1.0", default-features = false, optional = true }
30-
cdk = { git = "https://github.com/benthecarman/cdk.git", rev = "0d7c1b2b9b73964e497763c4a315133db83d1c53", default-features = false, features = ["wallet"], optional = true }
30+
cdk = { git = "https://github.com/benthecarman/cdk.git", rev = "6a8f046a405137cfbb3a77f1f045c3a238e62c00", default-features = false, features = ["wallet"], optional = true }
3131
serde_json = { version = "1.0", optional = true }
3232
async-trait = "0.1"
3333
log = "0.4.28"
3434

3535
corepc-node = { version = "0.8.0", features = ["29_0", "download"], optional = true }
36-
cdk-ldk-node = { git = "https://github.com/benthecarman/cdk.git", rev = "0d7c1b2b9b73964e497763c4a315133db83d1c53", optional = true }
37-
cdk-sqlite = { git = "https://github.com/benthecarman/cdk.git", rev = "0d7c1b2b9b73964e497763c4a315133db83d1c53", optional = true }
38-
cdk-axum = { git = "https://github.com/benthecarman/cdk.git", rev = "0d7c1b2b9b73964e497763c4a315133db83d1c53", optional = true }
36+
cdk-ldk-node = { git = "https://github.com/benthecarman/cdk.git", rev = "6a8f046a405137cfbb3a77f1f045c3a238e62c00", optional = true }
37+
cdk-sqlite = { git = "https://github.com/benthecarman/cdk.git", rev = "6a8f046a405137cfbb3a77f1f045c3a238e62c00", optional = true }
38+
cdk-axum = { git = "https://github.com/benthecarman/cdk.git", rev = "6a8f046a405137cfbb3a77f1f045c3a238e62c00", optional = true }
3939
axum = { version = "0.8.1", optional = true }
4040

4141
uniffi = { version = "0.29", features = ["cli", "tokio"], optional = true }
4242

4343
[dev-dependencies]
44-
test-log = "0.2.18"
44+
test-log = "0.2.18"

0 commit comments

Comments
 (0)