Skip to content

Commit

Permalink
Update rust-toolchain to latest (1.75.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 7, 2024
1 parent afc3a1a commit 933313b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions raftify/src/raft_node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ pub mod utils;

use bincode::{deserialize, serialize};
use prost::Message as PMessage;
use std::collections::HashMap;
use std::marker::PhantomData;
use std::net::{SocketAddr, ToSocketAddrs};
use std::sync::{
atomic::{AtomicU64, Ordering},
Arc,
use std::{
collections::HashMap,
marker::PhantomData,
net::{SocketAddr, ToSocketAddrs},
sync::{
atomic::{AtomicU64, Ordering},
Arc,
},
time::{Duration, Instant},
};
use std::time::{Duration, Instant};
use tokio::{
sync::{mpsc, oneshot, Mutex},
time::interval,
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.72.1
1.75.0

0 comments on commit 933313b

Please sign in to comment.