chore: use rust edition 2024
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "crdt-enc-gpgme"
|
||||
version = "0.1.0"
|
||||
authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde = "1"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
use ::anyhow::{Context, Result};
|
||||
use ::async_trait::async_trait;
|
||||
use ::crdt_enc::{
|
||||
CoreSubHandle, Info,
|
||||
key_cryptor::Keys,
|
||||
utils::{
|
||||
decode_version_bytes_mvreg_custom_phf, encode_version_bytes_mvreg_custom, LockBox,
|
||||
VersionBytes,
|
||||
LockBox, VersionBytes, decode_version_bytes_mvreg_custom_phf,
|
||||
encode_version_bytes_mvreg_custom,
|
||||
},
|
||||
CoreSubHandle, Info,
|
||||
};
|
||||
use ::crdts::{ctx::ReadCtx, CvRDT, MVReg, Orswot};
|
||||
use ::crdts::{CvRDT, MVReg, Orswot, ctx::ReadCtx};
|
||||
use ::serde::{Deserialize, Serialize};
|
||||
use ::std::{convert::Infallible, fmt::Debug};
|
||||
use ::uuid::Uuid;
|
||||
|
||||
Reference in New Issue
Block a user