1
1
[package ]
2
2
name = " phoenix-circuits"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
edition = " 2021"
5
5
repository = " https://github.com/dusk-network/phoenix/circuits"
6
6
description = " Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
@@ -11,15 +11,15 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
11
11
12
12
[dependencies ]
13
13
dusk-bytes = " 0.1"
14
- phoenix-core = { version = " 0.31 " , default-features = false , path = " ../core" }
14
+ phoenix-core = { version = " 0.32 " , default-features = false , path = " ../core" }
15
15
dusk-bls12_381 = { version = " 0.13" , default-features = false }
16
16
dusk-jubjub = { version = " 0.14" , default-features = false }
17
- poseidon-merkle = { version = " 0.6 " }
18
- dusk-poseidon = { version = " 0.39 " }
19
- jubjub-schnorr = { version = " 0.4 " }
17
+ poseidon-merkle = { version = " 0.7 " }
18
+ dusk-poseidon = { version = " 0.40 " }
19
+ jubjub-schnorr = { version = " 0.5 " }
20
20
rkyv = { version = " 0.7" , default-features = false , optional = true }
21
21
bytecheck = { version = " 0.6" , default-features = false , optional = true }
22
- dusk-plonk = { version = " 0.19 " , default-features = false , optional = true }
22
+ dusk-plonk = { version = " 0.20 " , default-features = false , optional = true }
23
23
24
24
[dev-dependencies ]
25
25
lazy_static = " 1.4"
0 commit comments