Update rust edition to 2021

This commit is contained in:
Maxim
2022-06-01 11:25:21 +03:00
parent 4b04d52dae
commit a1f40ae788

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