Skip to content

Commit 20a35da

Browse files
authored
Publishing 0.5.0-pre.4 (#109)
1 parent 4bd2cf4 commit 20a35da

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.5.0-pre.4 (May 20, 2023)
4+
* Updated curve25519-dalek dependency to 4.0.0-rc.2
5+
36
## 0.5.0-pre.3 (March 4, 2023)
47
* Updated to be in sync with draft-irtf-cfrg-voprf-19
58
* Increased MSRV to 1.65

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "voprf"
99
readme = "README.md"
1010
repository = "https://github.com/facebook/voprf/"
1111
rust-version = "1.65"
12-
version = "0.5.0-pre.3"
12+
version = "0.5.0-pre.4"
1313

1414
[features]
1515
alloc = []

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation
1616
Add the following line to the dependencies of your `Cargo.toml`:
1717

1818
```
19-
voprf = "0.5.0-pre.3"
19+
voprf = "0.5.0-pre.4"
2020
```
2121

2222
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)