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.21.0 "
3+ version = " 0.21.1 "
44authors = [
" Alex Gaynor <[email protected] >" ]
55repository = " https://github.com/alex/rust-asn1"
66keywords = [" asn1" ]
@@ -17,7 +17,7 @@ default = ["std"]
1717std = []
1818
1919[dependencies ]
20- asn1_derive = { path = " asn1_derive/" , version = " 0.21.0 " }
20+ asn1_derive = { path = " asn1_derive/" , version = " 0.21.1 " }
2121itoa = " 1.0.11"
2222
2323[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ $ cargo add asn1 --no-default-features
2323
2424## Changelog
2525
26- ### [ Unreleased ]
26+ ### [ 0.21.1 ]
2727
2828#### Added
2929
30- - ` Parser ` now exposes a ` peek_tag ` method that returns the tag of the next
30+ - ` Parser ` now exposes a ` peek_tag ` method that returns the tag of the next
3131 element in the parse, without consuming that element.
3232 ([ #532 ] ( https://github.com/alex/rust-asn1/pull/532 ) )
3333- ` Parser ` now exposes ` read_explicit_element ` and ` read_implicit_element `
Original file line number Diff line number Diff line change 11[package ]
22name = " asn1_derive"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
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