Skip to content

Commit cf5d3ff

Browse files
committed
sort
1 parent 4266b06 commit cf5d3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ crate-type = ["lib", "cdylib", "staticlib"]
99

1010
[dependencies]
1111
blake2 = "0.9.2"
12-
blst = { version = "0.3.7", optional = true }
1312
bls12_381 = { version = "0.7.0", features = ["experimental"], optional = true }
14-
group = { version = "0.12.0", features = ["tests"], optional = true }
13+
blst = { version = "0.3.7", optional = true }
1514
bytes = "1"
1615
digest = { version = "0.9.0", features = ["alloc"] }
1716
generic-array = "0.14"
17+
group = { version = "0.12.0", features = ["tests"], optional = true }
1818
libc = "0.2.40"
1919
num-bigint = "0.4.0"
2020
num-integer = { version = "0.1.44", optional = true }

0 commit comments

Comments
 (0)