Skip to content

Commit d14cccb

Browse files
committed
Add alloc to features
Remove the comment and add "alloc" to the features list now that we have bumped the MSRV.
1 parent 1194591 commit d14cccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
set -ex
44

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

0 commit comments

Comments
 (0)