Skip to content

Commit

Permalink
no_std -> no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBrousseau committed Sep 3, 2023
1 parent d0558ee commit f812fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/ArnaudBrousseau/bls_on_arkworks"
readme = "README.md"
homepage = "https://github.com/ArnaudBrousseau/bls_on_arkworks"
keywords = ["cryptography", "BLS", "BLS12381", "ethereum", "signature"]
categories = ["cryptography", "no_std"]
categories = ["cryptography", "no-std"]

[dependencies]
ark-ff = { version = "0.4.2", default-features = false }
Expand Down Expand Up @@ -40,4 +40,4 @@ std = [
"hkdf/std",
"num-bigint/std",
"ark-serialize/std",
]
]

0 comments on commit f812fd9

Please sign in to comment.