Add alloc to features
Remove the comment and add "alloc" to the features list now that we have bumped the MSRV.
This commit is contained in:
parent
1194591fa1
commit
d14cccbad5
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# TODO: Add "alloc" once we bump MSRV to past 1.29
|
FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std alloc"
|
||||||
FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std"
|
|
||||||
# These features are typically enabled along with the 'std' feature, so we test
|
# These features are typically enabled along with the 'std' feature, so we test
|
||||||
# them together with 'std'.
|
# them together with 'std'.
|
||||||
STD_FEATURES="rand-std bitcoin-hashes-std"
|
STD_FEATURES="rand-std bitcoin-hashes-std"
|
||||||
|
|
Loading…
Reference in New Issue