Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
API changes in dcf and dpf.
New PRG in group-math.
  • Loading branch information
myl7 committed Jan 2, 2024
1 parent da53ed7 commit 2460a26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dcf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcf"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
description = "Distributed comparison function implementation"
documentation = "https://docs.rs/dcf"
Expand Down
2 changes: 1 addition & 1 deletion dpf-fss/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dpf-fss"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
description = "Distributed point function implementation"
documentation.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion group-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "group-math"
version = "0.2.1"
version = "0.2.2"
edition.workspace = true
description = "Group (mathematics) interface and implementations"
documentation.workspace = true
Expand Down

0 comments on commit 2460a26

Please sign in to comment.