Publishing v0.6.0-pre.0 (#146)

This commit is contained in:
Kevin Lewi
2025-11-08 13:46:14 -08:00
committed by GitHub
parent e944f9db3b
commit eb55e9f5b5
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.6.0-pre.0 (November 8, 2025)
* MSRV bumped to 1.83
* Updated Ristretto255 random scalar generation
* Updated generic-array to v1
## 0.5.0 (March 6, 2024)
* Just a version bump from v0.5.0-pre.7
+1 -1
View File
@@ -9,7 +9,7 @@ name = "voprf"
readme = "README.md"
repository = "https://github.com/facebook/voprf/"
rust-version = "1.83"
version = "0.5.0"
version = "0.6.0-pre.0"
[features]
alloc = []
+1 -1
View File
@@ -16,7 +16,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:
```
voprf = "0.5"
voprf = "0.6.0-pre.0"
```
### Minimum Supported Rust Version