Skip to content

Commit ee91c97

Browse files
authored
Publishing v0.5.0-pre.6 (#118)
1 parent 0fdfdfd commit ee91c97

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5"
12+
version = "0.5.0-pre.6"
1313

1414
[features]
1515
alloc = []

README.md

Lines changed: 1 addition & 1 deletion
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.4"
19+
voprf = "0.5.0-pre.6"
2020
```
2121

2222
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)