Skip to content

Commit 7943337

Browse files
committed
feat: update cdk
1 parent 0056540 commit 7943337

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ axum = "0.6.20"
1010
clap = { version = "4.4.8", features = ["derive", "env", "default"] }
1111
bitcoin = { version= "0.32.2", features = ["base64", "serde", "rand", "rand-std"] }
1212
bip39 = "2.0"
13-
cdk = { git = "https://github.com/thesimplekid/cdk.git", rev = "93e91d24", default-features = false, features = ["mint"] }
14-
cdk-redb = { git = "https://github.com/thesimplekid/cdk.git", rev = "93e91d24", default-features = false, features = ["mint"] }
15-
cdk-axum = { git = "https://github.com/thesimplekid/cdk.git", rev = "93e91d24", default-features = false }
13+
cdk = { git = "https://github.com/thesimplekid/cdk.git", rev = "1e1f098a6", default-features = false, features = ["mint"] }
14+
cdk-redb = { git = "https://github.com/thesimplekid/cdk.git", rev = "1e1f098a6", default-features = false, features = ["mint"] }
15+
cdk-axum = { git = "https://github.com/thesimplekid/cdk.git", rev = "1e1f098a6", default-features = false }
1616
cln-rpc = "0.2.0"
1717
config = { version = "0.13.3", features = ["toml"] }
1818
tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }

0 commit comments

Comments
 (0)