We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e44c79 commit 9ad40fcCopy full SHA for 9ad40fc
mithril-test-lab/mithril-end-to-end/Cargo.toml
@@ -21,7 +21,7 @@ clap = { version = "4.5.28", features = ["derive"] }
21
indicatif = { version = "0.17.11", features = ["tokio"] }
22
mithril-common = { path = "../../mithril-common", features = ["full"] }
23
mithril-doc = { path = "../../internal/mithril-doc" }
24
-mithril-relay = { path = "../../mithril-relay"}
+mithril-relay = { path = "../../mithril-relay" }
25
reqwest = { version = "0.12.12", features = ["json"] }
26
serde = { version = "1.0.217", features = ["derive"] }
27
serde_json = "1.0.138"
0 commit comments