Skip to content

Commit 40d8129

Browse files
authored
Publishing 0.5.0-pre.2 (#104)
1 parent 8363d26 commit 40d8129

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.0-pre.2 (February 3, 2023)
4+
* Increased MSRV to 1.60
5+
* Updated p256 dependency to v0.12
6+
* Updated curve25519-dalek dependency to 4.0.0-rc.1
7+
38
## 0.5.0-pre.1 (December 19, 2022)
49
* Updated curve25519-dalek dependency to 4.0.0-pre.5
510

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/novifinancial/voprf/"
1111
rust-version = "1.60"
12-
version = "0.5.0-pre.1"
12+
version = "0.5.0-pre.2"
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.1"
19+
voprf = "0.5.0-pre.2"
2020
```
2121

2222
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)