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.6 (July 24, 2023)
4+ * Updated curve25519-dalek dependency to 4
5+
36## 0.5.0-pre.5 (June 27, 2023)
47* Updated curve25519-dalek dependency to 4.0.0-rc.3
58
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "voprf"
99readme = " README.md"
1010repository = " https://github.com/facebook/voprf/"
1111rust-version = " 1.65"
12- version = " 0.5.0-pre.5 "
12+ version = " 0.5.0-pre.6 "
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.4 "
19+ voprf = "0.5.0-pre.6 "
2020```
2121
2222### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments