Skip to content

Commit 3dd6649

Browse files
committed
fix warnings
1 parent 35263a4 commit 3dd6649

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mithril-common/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ hex = "0.4.3"
1616
http = "0.2.6"
1717
jsonschema = "0.12.2"
1818
mithril = { path = "../mithril-core" }
19+
<<<<<<< HEAD
1920
mockall = "0.11.0"
21+
=======
22+
nom = "7.1"
23+
>>>>>>> fix warnings
2024
rand_chacha = "0.3.1"
2125
rand_core = "0.6.3"
2226
serde = { version = "1.0", features = ["derive"] }
@@ -28,5 +32,4 @@ thiserror = "1.0.31"
2832
tokio = { version = "1.17.0", features = ["full"] }
2933
walkdir = "2"
3034
warp = "0.3"
31-
nom = "7.1"
3235

0 commit comments

Comments
 (0)