We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ce5c commit 2f8e4f8Copy full SHA for 2f8e4f8
2 files changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "msgbuf"
3
version = "0.0.0"
4
-edition = "2021"
+edition = "2024"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
src/main.rs
@@ -1,6 +1,6 @@
use clap::Parser;
use std::io::{self, Read, Write};
-use std::process::{exit, Command, Stdio};
+use std::process::{Command, Stdio, exit};
use std::sync::mpsc::{self, RecvError, TryRecvError};
use std::thread;
use std::time::{Duration, Instant};
0 commit comments