Skip to content

Commit

Permalink
Bump dcf version
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Oct 1, 2023
1 parent 19835bb commit ccc00f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2"
version = "0.2.3"
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
Expand Up @@ -21,7 +21,7 @@ bitvec = "1.0.1"
group-math = { version = "0.1.0", path = "../group-math", features = ["byte"] }
aes = { version = "0.8.3", optional = true }
rayon = { version = "1.7.0", optional = true }
dcf = { version = "0.2.2", path = "../dcf" }
dcf = { version = "0.2.3", path = "../dcf" }

[dev-dependencies]
rand = { version = "0.8.5", features = ["std", "std_rng"] }
Expand Down

0 comments on commit ccc00f7

Please sign in to comment.