From 0d5daf0cf0d6d35bfd896c82b5e8136d7c97d875 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 29 Apr 2025 10:49:58 +0200 Subject: [PATCH] Bump rust edition to 2021 Signed-off-by: Jakub Jelen --- cryptoki-sys/Cargo.toml | 2 +- cryptoki/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptoki-sys/Cargo.toml b/cryptoki-sys/Cargo.toml index d8976f89..60aad92f 100644 --- a/cryptoki-sys/Cargo.toml +++ b/cryptoki-sys/Cargo.toml @@ -2,7 +2,7 @@ name = "cryptoki-sys" version = "0.3.0" authors = ["Contributors to the Parsec project"] -edition = '2018' +edition = '2021' description = "FFI wrapper around the PKCS #11 API" readme = "README.md" keywords = ["pkcs11", "cryptoki", "hsm"] diff --git a/cryptoki/Cargo.toml b/cryptoki/Cargo.toml index 42a43c94..1bf288de 100644 --- a/cryptoki/Cargo.toml +++ b/cryptoki/Cargo.toml @@ -2,7 +2,7 @@ name = "cryptoki" version = "0.9.0" authors = ["Contributors to the Parsec project"] -edition = '2018' +edition = '2021' description = "Rust-native wrapper around the PKCS #11 API" readme = "README.md" keywords = ["pkcs11", "cryptoki", "hsm"]