You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Upgrade Rust to 1.72.0
Fixes new clippy errors and upgrade other tools
This commit is contained in:
@@ -17,7 +17,7 @@ use sha2::{Sha256, Sha384, Sha512};
|
||||
|
||||
mod asymmetric;
|
||||
pub(crate) mod hmac;
|
||||
pub(self) mod signature;
|
||||
mod signature;
|
||||
mod symmetric;
|
||||
|
||||
pub use self::{
|
||||
|
Reference in New Issue
Block a user