Bump all crates to Rust 2021

This commit is contained in:
akonradi-signal
2023-10-31 13:43:33 -04:00
committed by GitHub
parent 3977db72bf
commit 58a16be1b3
64 changed files with 41 additions and 75 deletions

View File

@@ -7,7 +7,7 @@ mod support;
use futures_util::FutureExt;
use libsignal_protocol::*;
use rand::rngs::OsRng;
use std::convert::TryFrom;
use std::time::{Duration, SystemTime};
use support::*;