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.4 (May 20, 2023)
4
+ * Updated curve25519-dalek dependency to 4.0.0-rc.2
5
+
3
6
## 0.5.0-pre.3 (March 4, 2023)
4
7
* Updated to be in sync with draft-irtf-cfrg-voprf-19
5
8
* Increased MSRV to 1.65
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/facebook/voprf/"
11
11
rust-version = " 1.65"
12
- version = " 0.5.0-pre.3 "
12
+ version = " 0.5.0-pre.4 "
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.5.0-pre.3 "
19
+ voprf = "0.5.0-pre.4 "
20
20
```
21
21
22
22
### Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments