1From 4b73298b214a5b69ea6edf3c2e21dd82b2b29708 Mon Sep 17 00:00:00 2001 2From: Tim Orling <tim.orling@konsulko.com> 3Date: Fri, 14 Jan 2022 22:34:59 -0800 4Subject: [PATCH 2/2] Cargo.toml: edition 2018 -> 2021 5 6Upstream-Status: Pending 7 8Signed-off-by: Tim Orling <tim.orling@konsulko.com> 9--- 10 src/rust/Cargo.toml | 2 +- 11 1 file changed, 1 insertion(+), 1 deletion(-) 12 13diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml 14index 174eaa80..7ad053d9 100644 15--- a/src/rust/Cargo.toml 16+++ b/src/rust/Cargo.toml 17@@ -2,7 +2,7 @@ 18 name = "cryptography-rust" 19 version = "0.1.0" 20 authors = ["The cryptography developers <cryptography-dev@python.org>"] 21-edition = "2018" 22+edition = "2021" 23 publish = false 24 25 [dependencies] 26-- 272.30.2 28 29