Skip to content

Commit

Permalink
use kormir by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhodl committed Nov 27, 2024
1 parent 69a6d74 commit 47e772a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ddk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nostr = ["dep:nostr-rs", "dep:nostr-sdk", "dep:nostr-sqlite", "dep:nostr-relay-p
lightning = ["dep:lightning-net-tokio"]

# oracle features
kormir = ["dep:kormir", "dep:reqwest"]
kormir = ["dep:reqwest"]
p2pderivatives = ["dep:reqwest"]

# storage features
Expand Down Expand Up @@ -65,8 +65,8 @@ lightning-net-tokio = { version = "0.0.125", optional = true }

# oracle feature
reqwest = { version = "0.12.9", features = ["blocking"], optional = true }
kormir = { version = "0.3.2", optional = true }
# kormir = { version = "0.3.2", path = "../../kormir/kormir", optional = true }
kormir = "0.3.2"
# kormir = { version = "0.3.2", path = "../../kormir/kormir" }

[dev-dependencies]
test-log = { version = "0.2.16", features = ["trace"] }
Expand Down

0 comments on commit 47e772a

Please sign in to comment.