feat: Switch to Rust edition 2024
All threads resolved!
All threads resolved!
Compare changes
Files
35+ 73
− 53
@@ -3,10 +3,10 @@ use std::{fmt::Display, str::FromStr};
@@ -151,11 +151,15 @@ pub enum Error {
@@ -167,7 +171,9 @@ pub enum Error {
@@ -182,7 +188,9 @@ pub enum Error {
@@ -193,7 +201,9 @@ pub enum Error {
@@ -201,7 +211,9 @@ pub enum Error {
@@ -266,16 +278,20 @@ impl CryptographicKeyContext {
@@ -316,7 +332,7 @@ impl CryptographicKeyContext {
@@ -338,7 +354,7 @@ impl CryptographicKeyContext {
@@ -395,43 +411,47 @@ impl SigningKeySetup {
@@ -563,7 +583,7 @@ impl PrivateKeyImport {
@@ -653,7 +673,7 @@ impl PrivateKeyImport {
@@ -1126,7 +1146,7 @@ pub fn key_type_and_mechanisms_match_signature_type(
@@ -1194,7 +1214,7 @@ pub fn key_type_matches_length(key_type: KeyType, length: Option<u32>) -> Result
@@ -1239,8 +1259,8 @@ pub fn tls_key_type_matches_length(