Run cargo +nightly rustfmt#1728
Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom Mar 22, 2023
Merged
Conversation
We just merged a patch to enable formatting in CI but commit: `05fdead2 Feature: Add difficulty_float method for block::Header.` must have slipped in. Run the formatter.
Kixunil
approved these changes
Mar 22, 2023
Collaborator
|
Setting P-high since IIUC this blocks CI. |
apoelstra
approved these changes
Mar 22, 2023
apoelstra
added a commit
that referenced
this pull request
Mar 23, 2023
1dc04fe Remove rust_v_1_46 (Tobin C. Harding) 71fa9e8 Bump MSRV to 1.48.1 (Tobin C. Harding) Pull request description: Just patch 2, patch 1 is #1728 From the commit log of patch 2 Bump MSRV to 1.48.1 As per discussion [0] bump our MSRV for all crates in `rust-bitcoin` repo to 1.48.1 [1]. [0] #1329 [1] https://blog.rust-lang.org/2020/11/19/Rust-1.48.html ACKs for top commit: apoelstra: ACK 1dc04fe sanket1729: ACK 1dc04fe Tree-SHA512: 533470c55f7aeede88382db8245033dac9317d75b38ced2ad8256d38319632a524335f893044e96300a1e60048f9aaca2d1634735eb324eb8ed9ad3c9ab2f872
apoelstra
added a commit
that referenced
this pull request
Mar 23, 2023
122188f Use shorter import statements (Tobin C. Harding) Pull request description: Just patch 2, patch 1 is #1728 From the commit log of patch 2 Use shorter import statements As per discussion [0] use the shorter form for importing crates that we re-export (`hashes` and `secp256k1`). [0] #1661 ACKs for top commit: apoelstra: ACK 122188f sanket1729: utACK 122188f Tree-SHA512: 3f540464d38c72ba9d68f8ceda8600540bd0c3eef0ba67531c87fa1e0e4f757af7035cf80a1a5f17aa05604a17fdd9ef59bb6bece6b4145d540dac1e5362fc01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We just merged a patch to enable formatting in CI but commit:
05fdead2 Feature: Add difficulty_float method for block::Header.must have slipped in.Run the formatter.