Publishing v0.6.0-pre.1 (#156)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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 = []
|
||||||
|
|||||||
@@ -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
|
||||||
------------
|
------------
|
||||||
|
|||||||
Reference in New Issue
Block a user