Skip to content

Commit

Permalink
Remove dependency on anstream for older/alternate builds
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Mar 6, 2024
1 parent 7c27408 commit 7aec906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_json = "1.0"
sha2 = "0.9.5"
tempfile = "3.10.1"
clvmr = { version = "0.3.2", features = ["pre-eval"] }
env_logger = "0.11.3"
env_logger = { version = "0.11.3", features = ["humantime","regex"] }
log = "0.4.17"
binascii = "0.1.4"
yaml-rust = "0.4"
Expand Down

0 comments on commit 7aec906

Please sign in to comment.