Skip to content

Commit c231f9d

Browse files
committed
f: criterion to dev deps
1 parent a7f1495 commit c231f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
103103

104104
vss-client = "0.3"
105105
prost = { version = "0.11.6", default-features = false}
106-
criterion = { version = "0.7.0", features = ["async_tokio"] }
107106

108107
[target.'cfg(windows)'.dependencies]
109108
winapi = { version = "0.3", features = ["winbase"] }
@@ -115,6 +114,7 @@ lightning = { version = "0.2.0-beta1", features = ["std", "_test_utils"] }
115114
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
116115
proptest = "1.0.0"
117116
regex = "1.5.6"
117+
criterion = { version = "0.7.0", features = ["async_tokio"] }
118118

119119
[target.'cfg(not(no_download))'.dev-dependencies]
120120
electrsd = { version = "0.35.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "corepc-node_27_2"] }

0 commit comments

Comments
 (0)