diff --git a/Cargo.toml b/Cargo.toml index cae49aa5d..1433be8e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ members = ["fuzz"] exclude = ["embedded", "bitcoind-tests"] [workspace.metadata.rbmt.toolchains] -nightly = "nightly-2026-05-22" +nightly = "nightly-2026-06-14" stable = "1.95.0" [workspace.lints.clippy] diff --git a/src/descriptor/mod.rs b/src/descriptor/mod.rs index e6e9e0b7f..f1e2ff5a5 100644 --- a/src/descriptor/mod.rs +++ b/src/descriptor/mod.rs @@ -1671,7 +1671,7 @@ mod tests { #[test] fn tr_roundtrip_key() { let script = Tr::::from_str("tr()").unwrap().to_string(); - assert_eq!(script, format!("tr()#x4ml3kxd")) + assert_eq!(script, "tr()#x4ml3kxd"); } #[test]