Skip to content
Snippets Groups Projects
Commit 916a3392 authored by h4x3rotab's avatar h4x3rotab Committed by GitHub
Browse files

Remove the unnecessary std dependency from 'blake2-rfc' (#4868)

parent 62b60c32
No related merge requests found
......@@ -12,7 +12,7 @@ proc-macro = true
quote = "1.0.2"
syn = { version = "1.0.8", features = ["full", "fold", "extra-traits", "visit"] }
proc-macro2 = "1.0.6"
blake2-rfc = "0.2.18"
blake2-rfc = { version = "0.2.18", default-features = false }
proc-macro-crate = "0.1.4"
# Required for the doc tests
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment