Update ciphersuite/dkg MSRVs

This commit is contained in:
Luke Parker
2025-08-19 18:14:55 -04:00
parent e5ccfac19e
commit ddbc32de4d
7 changed files with 12 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ repository = "https://github.com/serai-dex/serai/tree/develop/crypto/ciphersuite
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["ciphersuite", "ff", "group"]
edition = "2021"
rust-version = "1.74"
rust-version = "1.73"
[package.metadata.docs.rs]
all-features = true

View File

@@ -3,8 +3,11 @@
#![cfg_attr(not(feature = "std"), no_std)]
use core::fmt::Debug;
#[cfg(any(feature = "alloc", feature = "std"))]
use std_shims::io::{self, Read};
#[allow(unused_imports)]
use std_shims::{
prelude::*,
io::{self, Read},
};
use rand_core::{RngCore, CryptoRng};