Skip to content

Commit 2e1a8c4

Browse files
authored
Bump version for 0.21.1 release (#538)
1 parent c6b4c10 commit 2e1a8c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asn1"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
keywords = ["asn1"]
@@ -17,7 +17,7 @@ default = ["std"]
1717
std = []
1818

1919
[dependencies]
20-
asn1_derive = { path = "asn1_derive/", version = "0.21.0" }
20+
asn1_derive = { path = "asn1_derive/", version = "0.21.1" }
2121
itoa = "1.0.11"
2222

2323
[dev-dependencies]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

asn1_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asn1_derive"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)