File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0-pre.3 (March 4, 2023)
4+ * Updated to be in sync with draft-irtf-cfrg-voprf-19
5+ * Increased MSRV to 1.65
6+ * Updated p256 dependency to v0.13
7+ * Added p384 tests
8+
39## 0.5.0-pre.2 (February 3, 2023)
410* Increased MSRV to 1.60
511* Updated p256 dependency to v0.12
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ keywords = ["oprf"]
77license = " MIT"
88name = " voprf"
99readme = " README.md"
10- repository = " https://github.com/novifinancial /voprf/"
10+ repository = " https://github.com/facebook /voprf/"
1111rust-version = " 1.65"
12- version = " 0.5.0-pre.2 "
12+ version = " 0.5.0-pre.3 "
1313
1414[features ]
1515alloc = []
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Installation
1616Add the following line to the dependencies of your ` Cargo.toml ` :
1717
1818```
19- voprf = "0.5.0-pre.2 "
19+ voprf = "0.5.0-pre.3 "
2020```
2121
2222### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments