From a1f40ae788d2d39c65f7ad2365b92b88b3301493 Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 1 Jun 2022 11:25:21 +0300 Subject: [PATCH] Update rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index def4eeb..3f3cdd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["encoding"] keywords = ["ASN1","encoding","DER"] license = "ISC" repository = "https://github.com/acw/simple_asn1" -edition = "2018" +edition = "2021" [dependencies] num-bigint = { default-features = false, version = "0.4" } -- 2.53.0