Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
chore: update cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Jun 8, 2024
1 parent 70a10d8 commit 0867bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ time = "0.3.22"
chrono = "0.4.26"
clap = { version = "4.3.14", features = ["env", "default", "derive"]}
anyhow = "1.0.71"
cdk = { git = "https://github.com/cashubtc/cdk", rev = "267e5f0", default-features = false, features = ["mint"] }
cdk-redb = { git = "https://github.com/cashubtc/cdk", rev = "267e5f0", default-features = false, features = ["mint"] }
cdk = { git = "https://github.com/cashubtc/cdk", rev = "e1506c4", default-features = false, features = ["mint"] }
cdk-redb = { git = "https://github.com/cashubtc/cdk", rev = "e1506c4", default-features = false, features = ["mint"] }
# cdk = { path = "../../cdk/nut14/crates/cdk", default-features = false, features = ["mint", "all-nuts"] }
# cdk-redb = { path = "../../cdk/nut14/crates/cdk-redb" }

Expand Down

0 comments on commit 0867bd4

Please sign in to comment.