Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | From 4b73298b214a5b69ea6edf3c2e21dd82b2b29708 Mon Sep 17 00:00:00 2001 |
| 2 | From: Tim Orling <tim.orling@konsulko.com> |
| 3 | Date: Fri, 14 Jan 2022 22:34:59 -0800 |
| 4 | Subject: [PATCH 2/2] Cargo.toml: edition 2018 -> 2021 |
| 5 | |
| 6 | Upstream-Status: Pending |
| 7 | |
| 8 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> |
| 9 | --- |
| 10 | src/rust/Cargo.toml | 2 +- |
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | |
| 13 | diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml |
| 14 | index 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 | -- |
| 27 | 2.30.2 |
| 28 | |