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:
Tobin C. Harding 2022-07-22 11:31:54 +10:00
parent 1194591fa1
commit d14cccbad5
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
set -ex
# TODO: Add "alloc" once we bump MSRV to past 1.29
FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std"
FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std alloc"
# These features are typically enabled along with the 'std' feature, so we test
# them together with 'std'.
STD_FEATURES="rand-std bitcoin-hashes-std"