Skip to content

Commit 7243b45

Browse files
committed
Merge #925: Update nightly toolchain
14113d9 Update nightly toolchain (Tobin C. Harding) Pull request description: Manually update to the same toolchain as done by the bot but run the formatter as well. Replaces #907 ACKs for top commit: apoelstra: ACK 14113d9; successfully ran local tests Tree-SHA512: 91855472f520b30e37c82a6f1f8ef18012660fbe416b8c1240071193a12c4de9f323ef11d4d86673588b29b9e8625b6c0320b0fcf5a2513a69bd7e427db10e44
2 parents c9b0499 + 14113d9 commit 7243b45

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

nightly-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2026-02-20
1+
nightly-2026-04-17

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ compile_error!(
8989
"rust-miniscript currently only supports architectures with pointers wider than 16 bits"
9090
);
9191

92-
pub use {bitcoin, hex};
92+
pub use bitcoin;
93+
pub use hex;
9394

9495
#[cfg(not(feature = "std"))]
9596
#[macro_use]

0 commit comments

Comments
 (0)