Compare commits
3 Commits
warning-cl
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| dc596d7601 | |||
| a453128181 | |||
|
|
d7b31d67d3 |
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "simple_asn1"
|
name = "simple_asn1"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
authors = ["Adam Wick <awick@uhsure.com>"]
|
authors = ["Adam Wick <awick@uhsure.com>"]
|
||||||
description = "A simple DER/ASN.1 encoding/decoding library."
|
description = "A simple DER/ASN.1 encoding/decoding library."
|
||||||
categories = ["encoding"]
|
categories = ["encoding"]
|
||||||
@@ -12,7 +12,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
num-bigint = { default-features = false, version = "0.4" }
|
num-bigint = { default-features = false, version = "0.4" }
|
||||||
num-traits = { default-features = false, version = "0.2" }
|
num-traits = { default-features = false, version = "0.2" }
|
||||||
thiserror = { default-features = false, version = "1" }
|
thiserror = { default-features = false, version = "2" }
|
||||||
time = { default-features = false, version = "0.3", features = ["formatting", "macros", "parsing"] }
|
time = { default-features = false, version = "0.3", features = ["formatting", "macros", "parsing"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user