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

Conversation

tcharding
Copy link
Owner

As being done in the rest of the Rust Bitcoin ecosystem; bump MSRV to Rust v1.63.0.

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.
As being done in the rest of the Rust Bitcoin ecosystem; bump MSRV to
Rust `v1.63.0`.
@tcharding tcharding merged commit 5092155 into master Aug 22, 2024
4 checks passed
@tcharding tcharding deleted the 08-22-bump-msrv branch August 22, 2024 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant