Publishing v0.5.0-pre.6 (#118)
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.5.0-pre.6 (July 24, 2023)
|
||||||
|
* Updated curve25519-dalek dependency to 4
|
||||||
|
|
||||||
## 0.5.0-pre.5 (June 27, 2023)
|
## 0.5.0-pre.5 (June 27, 2023)
|
||||||
* Updated curve25519-dalek dependency to 4.0.0-rc.3
|
* Updated curve25519-dalek dependency to 4.0.0-rc.3
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ name = "voprf"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/facebook/voprf/"
|
repository = "https://github.com/facebook/voprf/"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
version = "0.5.0-pre.5"
|
version = "0.5.0-pre.6"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
alloc = []
|
alloc = []
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ 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.5.0-pre.4"
|
voprf = "0.5.0-pre.6"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Minimum Supported Rust Version
|
### Minimum Supported Rust Version
|
||||||
|
|||||||
Reference in New Issue
Block a user