rust-bitcoin-unsafe-fast/primitives/src
Tobin C. Harding 3b5bcd0983
primitives: Fix alloc feature
We have an `alloc` feature but we are unconditionally using
`extern crate alloc`, this is broken - clearly we need to add a `no-std`
build for `primitives` in CI.

Feature gate the `alloc` crate.

While we are at it just pull types in from `alloc` in the `prelude` - I
have no idea why we do not do this in `bitcoin`?
2024-08-08 10:57:38 +10:00
..
locktime Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
lib.rs primitives: Fix alloc feature 2024-08-08 10:57:38 +10:00
opcodes.rs Move opcodes to primitives 2024-07-09 15:26:33 +10:00
sequence.rs Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00