We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35263a4 commit 3dd6649Copy full SHA for 3dd6649
mithril-common/Cargo.toml
@@ -16,7 +16,11 @@ hex = "0.4.3"
16
http = "0.2.6"
17
jsonschema = "0.12.2"
18
mithril = { path = "../mithril-core" }
19
+<<<<<<< HEAD
20
mockall = "0.11.0"
21
+=======
22
+nom = "7.1"
23
+>>>>>>> fix warnings
24
rand_chacha = "0.3.1"
25
rand_core = "0.6.3"
26
serde = { version = "1.0", features = ["derive"] }
@@ -28,5 +32,4 @@ thiserror = "1.0.31"
28
32
tokio = { version = "1.17.0", features = ["full"] }
29
33
walkdir = "2"
30
34
warp = "0.3"
31
-nom = "7.1"
35
0 commit comments