Skip to content

Commit 14113d9

Browse files
committed
Update nightly toolchain
Manually update to the same toolchain as done by the bot but run the formatter as well.
1 parent c9b0499 commit 14113d9

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)