Commit 2a351ce 1 parent 8f60a10 commit 2a351ce Copy full SHA for 2a351ce
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.0-pre.1 (December 19, 2022)
4
+ * Updated curve25519-dalek dependency to 4.0.0-pre.5
5
+
3
6
## 0.4.0 (September 15, 2022)
4
7
* Updated to be in sync with draft-irtf-cfrg-voprf-11, with
5
8
the addition of the POPRF mode
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "voprf"
9
9
readme = " README.md"
10
10
repository = " https://github.com/novifinancial/voprf/"
11
11
rust-version = " 1.57"
12
- version = " 0.4.0 "
12
+ version = " 0.5.0-pre.1 "
13
13
14
14
[features ]
15
15
alloc = []
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Installation
16
16
Add the following line to the dependencies of your ` Cargo.toml ` :
17
17
18
18
```
19
- voprf = "0.4 "
19
+ voprf = "0.5.0-pre.1 "
20
20
```
21
21
22
22
### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments