Skip to content

Commit 2f8e4f8

Browse files
committed
Rust edition 2024
1 parent a61ce5c commit 2f8e4f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "msgbuf"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use clap::Parser;
22
use std::io::{self, Read, Write};
3-
use std::process::{exit, Command, Stdio};
3+
use std::process::{Command, Stdio, exit};
44
use std::sync::mpsc::{self, RecvError, TryRecvError};
55
use std::thread;
66
use std::time::{Duration, Instant};

0 commit comments

Comments
 (0)