Update rust edition to 2021 #32

Closed
Maximkaaa wants to merge 1 commits from update_edition into master

View File

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