Skip to content

Commit

Permalink
release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ashWhiteHat committed Oct 11, 2023
1 parent 2027711 commit 4e4b026
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
name = "ec-pairing"
description = 'Tate pairing implementation'
version = "0.0.12"
version = "0.0.13"
edition = "2021"
license = "Apache-2.0"
homepage = 'https://github.com/KogarashiNetwork/Kogarashi/'
Expand All @@ -19,9 +19,9 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]

[dependencies]
zkstd = { version = "0.0.13", default-features = false }
bls-12-381 = { version = "0.0.13", default-features = false }
jub-jub = { version = "0.0.15", default-features = false }
zkstd = { version = "0.0.21", default-features = false }
bls-12-381 = { version = "0.0.22", default-features = false }
jub-jub = { version = "0.0.19", default-features = false }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 4e4b026

Please sign in to comment.