Skip to content

Commit

Permalink
Merge pull request #105 from dusk-network/mocello/104_update_dep
Browse files Browse the repository at this point in the history
Update dependency
  • Loading branch information
moCello committed Apr 10, 2024
2 parents 00ac156 + 1c4dcfc commit 63590a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update `jubjub-schnorr` dependency to "0.2"
- Update `phoenix-core` dependency to "0.26"

## [0.10.0] - 2024-02-28

### Removed
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ dusk-plonk = { version = "0.19", default-features = false, features = ["rkyv-imp
dusk-bls12_381 = { version = "0.13", default-features = false, features = ["rkyv-impl", "alloc"] }
dusk-jubjub = { version = "0.14", default-features = false, features = ["rkyv-impl", "alloc"] }
ff = { version = "0.13", default-features = false }
jubjub-schnorr = { version = "0.1", features = ["rkyv-impl", "alloc", "double"] }
phoenix-core = { version = "0.25.0-rc.0", features = ["rkyv-impl", "alloc"] }
jubjub-schnorr = { version = "0.2", features = ["rkyv-impl", "alloc", "double"] }
phoenix-core = { version = "0.26", features = ["rkyv-impl", "alloc"] }
rand_core = { version = "0.6", default-features=false, features = ["getrandom"] }
nstack = { version = "0.16" }
rkyv = { version = "0.7", default-features = false }
bytecheck = { version = "0.6", default-features = false }

[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
lazy_static = "1.4"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-05-22"
channel = "nightly-2023-11-10"
components = ["rustfmt", "clippy"]

0 comments on commit 63590a5

Please sign in to comment.