Skip to content

Commit

Permalink
Pin fd-lock version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Feb 11, 2022
1 parent 4a02a9f commit 3f9b892
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 66 deletions.
81 changes: 16 additions & 65 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ zeroize = { version = "<1.4.0" }

# Optional dependencies
rustyline = { version = "~9.0", optional = true }
fd-lock = { version = "=3.0.2", optional = true }
dirs-next = { version = "2.0", optional = true }
env_logger = { version = "0.7", optional = true }
clap = { version = "2.33", optional = true }
Expand All @@ -31,7 +32,7 @@ bdk-reserves = { version = "0.16", optional = true}
[features]
default = ["cli", "repl"]
cli = ["bdk/key-value-db", "clap", "dirs-next", "env_logger"]
repl = ["regex", "rustyline"]
repl = ["regex", "rustyline", "fd-lock"]
electrum = ["bdk/electrum"]
esplora = []
esplora-ureq = ["esplora", "bdk/use-esplora-ureq"]
Expand Down

0 comments on commit 3f9b892

Please sign in to comment.