Provide an MSRV of 1.48
[ldk-sample] / src / cli.rs
index 0638b95e5efc42a3d85306b31e2761debfa046e6..99a43784cb69ad55b2aabd9598f6c47d6db3a9be 100644 (file)
@@ -181,7 +181,7 @@ pub(crate) async fn poll_for_user_input<E: EventHandler>(
                io::stdout().flush().unwrap(); // Without flushing, the `>` doesn't print
                let mut line = String::new();
                if let Err(e) = io::stdin().read_line(&mut line) {
-                       break println!("ERROR: {e:#}");
+                       break println!("ERROR: {}", e);
                }
 
                if line.len() == 0 {