Skip to content

Commit 748c59d

Browse files
committedMar 13, 2025
Bump star
1 parent 740fafd commit 748c59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎star/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sta-rs"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Alex Davidson <coela@alxdavids.xyz>"]
55
description = "Distributed Secret-Sharing for Threshold Aggregation Reporting"
66
documentation = "https://docs.rs/sta-rs"
@@ -13,7 +13,7 @@ edition = "2018"
1313
[dependencies]
1414
strobe-rs = "0.10.0"
1515
adss = { path = "../adss", version = "0.2.3" }
16-
ppoprf = { path = "../ppoprf", version = "0.4.1" }
16+
ppoprf = { path = "../ppoprf", version = "0.4.2" }
1717
rand = "0.8.5"
1818
rand_core = "0.6.4"
1919
zeroize = "1.5.5"

0 commit comments

Comments
 (0)