File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " asn1"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [
" Alex Gaynor <[email protected] >" ]
55repository = " https://github.com/alex/rust-asn1"
66keywords = [" asn1" ]
@@ -15,7 +15,7 @@ default = ["std"]
1515std = []
1616
1717[dependencies ]
18- asn1_derive = { path = " asn1_derive/" , version = " 0.19 .0" }
18+ asn1_derive = { path = " asn1_derive/" , version = " 0.20 .0" }
1919itoa = " 1.0.11"
2020
2121[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Add `asn1` to the `[dependencies]` section of your `Cargo.toml`:
1111
1212``` toml
1313[dependencies ]
14- asn1 = " 0.19 "
14+ asn1 = " 0.20 "
1515```
1616
1717Builds on Rust 1.59.0 and newer.
1818
1919` rust-asn1 ` is compatible with ` #![no_std] ` environments:
2020
2121``` toml
22- asn1 = { version = " 0.19 " , default-features = false }
22+ asn1 = { version = " 0.20 " , default-features = false }
2323```
2424
2525## Changelog
Original file line number Diff line number Diff line change 11[package ]
22name = " asn1_derive"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [
" Alex Gaynor <[email protected] >" ]
55repository = " https://github.com/alex/rust-asn1"
66license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments