File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0-pre.1 (December 19, 2022)
4+ * Updated curve25519-dalek dependency to 4.0.0-pre.5
5+
36## 0.4.0 (September 15, 2022)
47* Updated to be in sync with draft-irtf-cfrg-voprf-11, with
58 the addition of the POPRF mode
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "voprf"
99readme = " README.md"
1010repository = " https://github.com/novifinancial/voprf/"
1111rust-version = " 1.57"
12- version = " 0.4.0 "
12+ version = " 0.5.0-pre.1 "
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.4 "
19+ voprf = "0.5.0-pre.1 "
2020```
2121
2222### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments