Skip to content

Commit 4310007

Browse files
committed
Deprecate portable feature in mithril-stm and mithril-client
1 parent 0dc6b7a commit 4310007

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ full = ["fs"]
7676

7777
# Enable file system releated functionnality, right now that mean ony snapshot download
7878
fs = ["flate2", "flume", "tar", "tokio/rt", "zstd"]
79-
portable = ["mithril-common/portable"]
79+
portable = [] # deprecated, will be removed soon
8080
unstable = []
8181

8282
[package.metadata.docs.rs]

mithril-stm/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,5 @@ harness = false
5454
default = ["rug-backend"]
5555
rug-backend = ["rug/default"]
5656
num-integer-backend = ["num-bigint", "num-rational", "num-traits"]
57-
portable = [
58-
"blst/portable",
59-
] # portable feature avoids SIGILL crashes on CPUs not supporting Intel ADX instruction set when built on CPUs that support it
57+
portable = [] # deprecated, will be removed soon
6058
benchmark-internals = [] # For benchmarking multi_sig

0 commit comments

Comments
 (0)