Skip to content

Commit 0d5daf0

Browse files
committed
Bump rust edition to 2021
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 02480f6 commit 0d5daf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cryptoki-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cryptoki-sys"
33
version = "0.3.0"
44
authors = ["Contributors to the Parsec project"]
5-
edition = '2018'
5+
edition = '2021'
66
description = "FFI wrapper around the PKCS #11 API"
77
readme = "README.md"
88
keywords = ["pkcs11", "cryptoki", "hsm"]

cryptoki/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cryptoki"
33
version = "0.9.0"
44
authors = ["Contributors to the Parsec project"]
5-
edition = '2018'
5+
edition = '2021'
66
description = "Rust-native wrapper around the PKCS #11 API"
77
readme = "README.md"
88
keywords = ["pkcs11", "cryptoki", "hsm"]

0 commit comments

Comments
 (0)