Update rust edition to 2021 #32

Closed
Maximkaaa wants to merge 1 commits from update_edition into master
Showing only changes of commit a1f40ae788 - Show all commits

View File

@@ -7,7 +7,7 @@ categories = ["encoding"]
keywords = ["ASN1","encoding","DER"] keywords = ["ASN1","encoding","DER"]
license = "ISC" license = "ISC"
repository = "https://github.com/acw/simple_asn1" repository = "https://github.com/acw/simple_asn1"
edition = "2018" edition = "2021"
[dependencies] [dependencies]
num-bigint = { default-features = false, version = "0.4" } num-bigint = { default-features = false, version = "0.4" }