Skip to content

Commit

Permalink
Workaround breaking release of hex 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed May 22, 2021
1 parent dbf590b commit baa3fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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
Expand Up @@ -17,7 +17,7 @@ edition = "2018"
members = ["cli"]

[dependencies]
hex = { version = "0.4.0", default-features = false }
hex = { version = "0.4.0", default-features = false, features = ["std"] }
nom = { version = "5.1.2", default-features = false, features = ["std"] }
half = { version = "1.6.0", default-features = false }
chrono = { version = "0.4.12", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit baa3fa8

Please sign in to comment.