Skip to content

Commit

Permalink
Merge pull request #8 from ArnaudBrousseau/release-0.2.1
Browse files Browse the repository at this point in the history
Cargo.toml: `no_std` -> `no-std`
  • Loading branch information
ArnaudBrousseau authored Sep 3, 2023
2 parents d0558ee + b5497f2 commit 68910dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "bls_on_arkworks"
description = "A rust crate implementing the latest IETF draft for BLS signatures on top of the Arkworks ecosystem"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
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 68910dc

Please sign in to comment.