We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b0499 commit 14113d9Copy full SHA for 14113d9
2 files changed
nightly-version
@@ -1 +1 @@
1
-nightly-2026-02-20
+nightly-2026-04-17
src/lib.rs
@@ -89,7 +89,8 @@ compile_error!(
89
"rust-miniscript currently only supports architectures with pointers wider than 16 bits"
90
);
91
92
-pub use {bitcoin, hex};
+pub use bitcoin;
93
+pub use hex;
94
95
#[cfg(not(feature = "std"))]
96
#[macro_use]
0 commit comments