Closed tarcieri closed 1 month ago
Switches from std::error::Error to core::error::Error which was stabilized in Rust 1.81, which is already the aead crate's current MSRV.
std::error::Error
core::error::Error
aead
Since this was the only usage of std, also removes the std feature.
std
Switches from
std::error::Error
tocore::error::Error
which was stabilized in Rust 1.81, which is already theaead
crate's current MSRV.Since this was the only usage of
std
, also removes thestd
feature.