Skip to content

Commit 44ef78d

Browse files
authored
Bump for 0.20 release (#505)
1 parent ac64a9d commit 44ef78d

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.19.0"
3+
version = "0.20.0"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
keywords = ["asn1"]
@@ -15,7 +15,7 @@ default = ["std"]
1515
std = []
1616

1717
[dependencies]
18-
asn1_derive = { path = "asn1_derive/", version = "0.19.0" }
18+
asn1_derive = { path = "asn1_derive/", version = "0.20.0" }
1919
itoa = "1.0.11"
2020

2121
[dev-dependencies]

README.md

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

1717
Builds 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

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

0 commit comments

Comments
 (0)