Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MSRV to Rust 1.63.0 #27

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Bump MSRV to Rust 1.63.0 #27

merged 5 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. Add rand-std feature

    In test code imported from `rust-bitcoin` we feature gate on the
    `rand-std` feature but forgot to add it. Recent compiler upgrade found
    this for us.
    
    Add a `rand-std` feature that enables `rand-std` in the `bitcoin`
    dependency.
    
    While we are at it add a `lints` section to the manifest.
    tcharding committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    457c2af View commit details
    Browse the repository at this point in the history
  2. Bump MSRV to Rust 1.63.0

    As being done in the rest of the Rust Bitcoin ecosystem; bump MSRV to
    Rust `v1.63.0`.
    tcharding committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3a712b5 View commit details
    Browse the repository at this point in the history
  3. Add missing > to rustdoc

    tcharding committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fbeba95 View commit details
    Browse the repository at this point in the history
  4. Allow dead code

    tcharding committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    af4e091 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded borrow

    tcharding committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4d4926c View commit details
    Browse the repository at this point in the history