Migrate to `group` 0.12
Also noted that MSRV was bumped (accidentally) to 1.56 in the previous release, and updated `rust-toolchain` to reflect it.
This commit is contained in:
parent
62e5638d48
commit
0e912de300
|
@ -2,8 +2,13 @@
|
||||||
|
|
||||||
Entries are listed in reverse chronological order.
|
Entries are listed in reverse chronological order.
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
* Migrate to `group` 0.12, `jubjub` 0.9, `pasta_curves` 0.4
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
|
* MSRV is now 1.56.0
|
||||||
* Migrate to `pasta_curves` 0.3, `blake2b_simd` 1, removed unneeded `digest` (#10)
|
* Migrate to `pasta_curves` 0.3, `blake2b_simd` 1, removed unneeded `digest` (#10)
|
||||||
* Update the include_str support to fix CI on nightly (#12)
|
* Update the include_str support to fix CI on nightly (#12)
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,9 @@ features = ["nightly"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
blake2b_simd = "1"
|
blake2b_simd = "1"
|
||||||
byteorder = "1.4"
|
byteorder = "1.4"
|
||||||
group = "0.11"
|
group = "0.12"
|
||||||
jubjub = "0.8"
|
jubjub = "0.9"
|
||||||
pasta_curves = "0.3"
|
pasta_curves = "0.4"
|
||||||
rand_core = "0.6"
|
rand_core = "0.6"
|
||||||
serde = { version = "1", optional = true, features = ["derive"] }
|
serde = { version = "1", optional = true, features = ["derive"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.51.0
|
1.56.0
|
||||||
|
|
Loading…
Reference in New Issue