Skip to content

Commit 19bb7b9

Browse files
authored
Merge pull request #265 from Jakuje/2021
Bump rust edition to 2021
2 parents 02480f6 + 0d5daf0 commit 19bb7b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cryptoki-sys/Cargo.toml

+1-1
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

+1-1
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)