Skip to content

Commit 0171f85

Browse files
committed
temp: do not merge
1 parent 904f703 commit 0171f85

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

mithril-common/Cargo.toml

+15-11
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
3333
"serde_enabled",
3434
"sk_clone_enabled",
3535
] }
36-
minicbor = { version = "0.20", features = ["std", "half", "derive"], optional = true }
36+
minicbor = { version = "0.20", features = [
37+
"std",
38+
"half",
39+
"derive",
40+
], optional = true }
3741
nom = "7.1.3"
3842
pallas-addresses = { version = "0.23.0", optional = true }
3943
pallas-codec = { version = "0.23.0", optional = true }
@@ -93,20 +97,20 @@ serde_json = "1.0.113"
9397
serde_yaml = "0.9.31"
9498

9599
[features]
96-
default = []
100+
default = ["allow_skip_signer_certification"]
97101

98102
# Full feature set
99-
full = ["random", "fs", "test_tools"]
103+
full = ["random", "fs", "test_tools", "allow_skip_signer_certification"]
100104
random = ["rand_core/getrandom"]
101105
fs = [
102-
"tokio/fs",
103-
"tokio/process",
104-
"dep:minicbor",
105-
"dep:pallas-addresses",
106-
"dep:pallas-codec",
107-
"dep:pallas-network",
108-
"dep:pallas-primitives",
109-
"dep:pallas-traverse",
106+
"tokio/fs",
107+
"tokio/process",
108+
"dep:minicbor",
109+
"dep:pallas-addresses",
110+
"dep:pallas-codec",
111+
"dep:pallas-network",
112+
"dep:pallas-primitives",
113+
"dep:pallas-traverse",
110114
]
111115

112116
# Portable feature avoids SIGILL crashes on CPUs not supporting Intel ADX instruction set when built on CPUs that support it

0 commit comments

Comments
 (0)