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 a268b76 commit ebeaac1Copy full SHA for ebeaac1
mithril-common/Cargo.toml
@@ -42,7 +42,7 @@ minicbor = { version = "0.20", features = [
42
nom = "7.1.3"
43
pallas-addresses = { version = "0.24.0", optional = true }
44
pallas-codec = { version = "0.24.0", optional = true }
45
-pallas-hardano = "0.24.0"
+pallas-hardano = { version = "0.24.0", optional = true }
46
pallas-network = { version = "0.24.0", optional = true }
47
pallas-primitives = { version = "0.24.0", optional = true }
48
pallas-traverse = { version = "0.24.0", optional = true }
@@ -108,6 +108,7 @@ fs = [
108
"dep:minicbor",
109
"dep:pallas-addresses",
110
"dep:pallas-codec",
111
+ "dep:pallas-hardano",
112
"dep:pallas-network",
113
"dep:pallas-primitives",
114
"dep:pallas-traverse",
0 commit comments