File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,13 @@ readme = "README.md"
12
12
features = [" abort" , " stargate" , " staking" , " cosmwasm_1_4" ]
13
13
14
14
[features ]
15
- default = [" iterator" , " abort" ]
15
+ default = [" iterator" , " abort" , " std " ]
16
16
abort = []
17
+ # This feature is currently unused, but might be used in the future to replace internal
18
+ # implementation details with no_std compatible ones or feature-gate functionality
19
+ # that is only available in std environments.
20
+ # You probably want to keep this enabled for now to avoid breaking changes later.
21
+ std = []
17
22
# iterator allows us to iterate over all DB items in a given range
18
23
# optional as some merkle stores (like tries) don't support this
19
24
# given Ethereum 1.0, 2.0, Substrate, and other major projects use Tries
You can’t perform that action at this time.
0 commit comments