Publishing v0.6.0-pre.1 (#156)

This commit is contained in:
Kevin Lewi
2026-04-06 13:33:53 -07:00
committed by GitHub
parent f5b7e689e7
commit 0a7dc184ca
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- --features serde - --features serde
toolchain: toolchain:
- stable - stable
- 1.83.0 - 1.85.0
name: test name: test
steps: steps:
- name: Checkout sources - name: Checkout sources
+7
View File
@@ -1,5 +1,12 @@
# Changelog # Changelog
## 0.6.0-pre.1 (April 6, 2026)
* MSRV bumped to 1.85
* Updated rand_core dependency to 0.9
* Updated rand dependency to 0.9
* Updated subtle dependency to 2.6
* Fixed docs issue
## 0.6.0-pre.0 (November 8, 2025) ## 0.6.0-pre.0 (November 8, 2025)
* MSRV bumped to 1.83 * MSRV bumped to 1.83
* Updated Ristretto255 random scalar generation * Updated Ristretto255 random scalar generation
+2 -2
View File
@@ -8,8 +8,8 @@ license = "MIT"
name = "voprf" name = "voprf"
readme = "README.md" readme = "README.md"
repository = "https://github.com/facebook/voprf/" repository = "https://github.com/facebook/voprf/"
rust-version = "1.83" rust-version = "1.85"
version = "0.6.0-pre.0" version = "0.6.0-pre.1"
[features] [features]
alloc = [] alloc = []
+2 -2
View File
@@ -16,12 +16,12 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`: Add the following line to the dependencies of your `Cargo.toml`:
``` ```
voprf = "0.6.0-pre.0" voprf = "0.6.0-pre.1"
``` ```
### Minimum Supported Rust Version ### Minimum Supported Rust Version
Rust **1.65** or higher. Rust **1.85** or higher.
Contributors Contributors
------------ ------------