Skip to content

Commit e80f528

Browse files
authored
bump for 0.21.3 (#541)
1 parent 96435c1 commit e80f528

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2"
3+
version = "0.21.3"
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.2" }
20+
asn1_derive = { path = "asn1_derive/", version = "0.21.3" }
2121
itoa = "1.0.11"
2222

2323
[dev-dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ cargo add asn1 --no-default-features
2323

2424
## Changelog
2525

26-
### [Unreleased]
26+
### [0.21.3]
2727

2828
#### Added
2929

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.2"
3+
version = "0.21.3"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)