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" }