File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "The macros for cdls"
7
7
ark-ff = { version = " 0.4.2" , default-features = false }
8
8
ark-ec = { version = " 0.4.2" , default-features = false }
9
9
ark-r1cs-std = { version = " 0.4.0" , default-features = false , optional = true }
10
- ark-std = { version = " 0.4 .0" , default-features = false }
10
+ ark-std = { version = " 0.5 .0" , default-features = false }
11
11
pedersen = { path =" ../pedersen" }
12
12
rand = { version = " 0.8.5" }
13
13
rand_core = { version = " 0.6.4" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
8
8
[dependencies ]
9
9
ark-ec = { version = " 0.4.2" , default-features = false }
10
- ark-std = { version = " 0.4 .0" , default-features = false }
10
+ ark-std = { version = " 0.5 .0" , default-features = false }
11
11
rand = { version = " 0.8.5" }
12
12
ark-ff = { version = " 0.4.2" }
13
13
ark-serialize = { version = " 0.4.2" }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
9
9
ark-ff = { version = " 0.4.2" , default-features = false }
10
10
ark-ec = { version = " 0.4.2" , default-features = false }
11
11
ark-r1cs-std = { version = " 0.4.0" , default-features = false , optional = true }
12
- ark-std = { version = " 0.4 .0" , default-features = false }
12
+ ark-std = { version = " 0.5 .0" , default-features = false }
13
13
ark-secp256r1 = {default-features = false , git = " https://github.com/arkworks-rs/curves" }
14
14
pedersen = { path =" ../pedersen" }
15
15
cdls-macros = { path =" ../macros" }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
9
9
ark-ff = { version = " 0.4.2" , default-features = false }
10
10
ark-ec = { version = " 0.4.2" , default-features = false }
11
11
ark-r1cs-std = { version = " 0.4.0" , default-features = false , optional = true }
12
- ark-std = { version = " 0.4 .0" , default-features = false }
12
+ ark-std = { version = " 0.5 .0" , default-features = false }
13
13
pedersen = { path = " ../pedersen" }
14
14
cdls-macros = { path = " ../macros" }
15
15
rand = { version = " 0.8.5" }
You can’t perform that action at this time.
0 commit comments