File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ std = ["dep:thiserror"]
33
33
# # `serde` (e.g. JSON with `serde_json`).
34
34
serde = [" frost-core/serde" ]
35
35
# # Enable a default serialization format. Enables `serde`.
36
- serialization = [" frost-core/serialization" ]
36
+ serialization = [" serde " , " frost-core/serialization" ]
37
37
# # Exposes ciphersuite-generic tests for other crates to use.
38
38
test-impl = [" dep:rand" ]
39
39
# # Enable cheater detection.
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ std = ["roast-core/std"]
31
31
# # `serde` (e.g. JSON with `serde_json`).
32
32
serde = [" roast-core/serde" ]
33
33
# # Enable a default serialization format. Enables `serde`.
34
- serialization = [" roast-core/serialization" ]
34
+ serialization = [" serde " , " roast-core/serialization" ]
35
35
# # Enable cheater detection.
36
36
cheater-detection = [" roast-core/cheater-detection" ]
You can’t perform that action at this time.
0 commit comments