Skip to content

Commit

Permalink
cargo: env_logger update for range till <0.12
Browse files Browse the repository at this point in the history
allow env_logger support for larger number of versions
Changelog-Changed: migrate to use clap instead of structopt as it is
deprecated
Signed-off-by: Lakshya Singh <[email protected]>
  • Loading branch information
king-11 committed Nov 7, 2024
1 parent d751ab4 commit 78cf0bb
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 131 deletions.
228 changes: 98 additions & 130 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4", features = ["derive"] }
log = "0.4.11"
glob = "0.3.0"
fxhash = "0.2.1"
env_logger = "0.10"
env_logger = ">=0.10,<0.12"
bitcoin_slices = { version = "0.6.2", features = ["sha2", "bitcoin"] }

rand = { version = "0.8.4", optional = true }
Expand Down

0 comments on commit 78cf0bb

Please sign in to comment.