Skip to content

Commit

Permalink
librelic-sys version 0.1.1+0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Dec 9, 2024
1 parent 9d184b8 commit 865b70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.70"
generic-array = { version = "1", default-features = false, features = [
"const-default",
] }
librelic-sys = { path = "librelic-sys", version = "0.1", default-features = false }
librelic-sys = { path = "librelic-sys", version = "0.1.1", default-features = false }
pairing = { version = "0.23" }
rand_core = { version = "0.6", default-features = false }
subtle = { version = "2", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion librelic-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "librelic-sys"
description = "Declarations for librelic"
version = "0.1.0+0.6.0"
version = "0.1.1+0.6.0"
authors = ["Sebastian Ramacher <[email protected]>"]
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/ait-crypto/bls12_381_relic/"
Expand Down

0 comments on commit 865b70a

Please sign in to comment.