Skip to content

Commit

Permalink
Loose dcf/dpf dep group-math version limit to 0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Dec 2, 2023
1 parent bea95f1 commit 3c9b164
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
Expand Up @@ -41,7 +41,7 @@ multithread = ["rayon"]

[dependencies]
bitvec = "1.0.1"
group-math = { version = "0.2.1", path = "../group-math", features = ["byte"] }
group-math = { version = "0.2", path = "../group-math", features = ["byte"] }
aes = { version = "0.8.3", optional = true }
rayon = { version = "1.7.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion dpf-fss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ multithread = ["rayon", "dcf/multithread"]

[dependencies]
bitvec = "1.0.1"
group-math = { version = "0.2.1", path = "../group-math", features = ["byte"] }
group-math = { version = "0.2", path = "../group-math", features = ["byte"] }
aes = { version = "0.8.3", optional = true }
rayon = { version = "1.7.0", optional = true }
dcf = { version = "0.5.0", path = "../dcf", default-features = false }
Expand Down

0 comments on commit 3c9b164

Please sign in to comment.