Skip to content

Commit

Permalink
Relase v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBrousseau committed Sep 3, 2023
1 parent e0e1b5c commit c97d368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 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.1.0"
version = "0.2.0"
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"]
categories = ["cryptography", "no_std"]

[dependencies]
ark-ff = { version = "0.4.2", default-features = false }
Expand Down

0 comments on commit c97d368

Please sign in to comment.