Skip to content

Commit

Permalink
remove pretty_env_logger as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masud-abdulkadir committed Oct 16, 2024
1 parent c61f76f commit af3bdd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 119 deletions.
4 changes: 1 addition & 3 deletions protocols/v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
[dependencies]
bitcoin_hashes = "0.3.2"
byteorder = "1.2.7"
pretty_env_logger = "0.4.0"
log = "0.4.0"
hex = "0.4.3"
serde = { version = "1.0.89", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = "1.0.64", default-features = false, features = ["alloc"] }
Expand All @@ -29,4 +27,4 @@ quickcheck = "1"
quickcheck_macros = "1"

[package.metadata.docs.rs]
all-features = true
all-features = true
116 changes: 0 additions & 116 deletions roles/Cargo.lock

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

0 comments on commit af3bdd9

Please sign in to comment.