rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Andrew Poelstra 12298ddc14
Merge rust-bitcoin/rust-bitcoin#1608: Set `rustv_1_53` in build script
bb612fdafa Set rustv_1_53 in build script (Tobin C. Harding)

Pull request description:

  The rust version is supposed to be set by the build script so that users automagically get features matching the toolchain in use. Currently we have a feature in the manifest for `rustv_1_53` instead setting a compiler conditional configuration option in the build script. This causes `cargo +1.41.1 --all-features check` to fail.

  ## Note

  I don't see `rustv_1_46` used anywhere, do we need that still?

ACKs for top commit:
  apoelstra:
    ACK bb612fdafa
  Kixunil:
    ACK bb612fdafa

Tree-SHA512: f74195d4ee5a5bc5f209e99d30789df3552cef10aee5ea8b61a5a701b753999c34d04be9fe0321ccee7a8ec14fa5a05e0b454b9dc5f8deddd7b5b8d4f3d7e744
2023-02-06 14:11:01 +00:00
..
locktime Make max/min_value functions const 2023-01-31 08:35:32 +11:00
block.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
constants.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
mod.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
opcodes.rs 1514: fix formatting in opcodes, unify definition and display 2023-01-05 14:28:20 +05:30
script.rs Set rustv_1_53 in build script 2023-02-02 10:12:16 +11:00
transaction.rs Do not export unusual hash types at crate root 2023-02-04 13:34:20 +11:00
witness.rs Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00