Skip to content

Commit 2a16902

Browse files
authored
Bump for 0.10.0 release (#268)
1 parent 03813c2 commit 2a16902

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.9.1"
3+
version = "0.10.0"
44
authors = ["Alex Gaynor <[email protected]>"]
55
repository = "https://github.com/alex/rust-asn1"
66
keywords = ["asn1"]
@@ -16,7 +16,7 @@ derive = ["asn1_derive"]
1616

1717
[dependencies]
1818
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
19-
asn1_derive = { path = "asn1_derive/", version = "0.9.1", optional = true }
19+
asn1_derive = { path = "asn1_derive/", version = "0.10.0", optional = true }
2020

2121
[dev-dependencies]
2222
libc = "0.2"

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.9"
14+
asn1 = "0.10"
1515
```
1616

1717
Builds on Rust 1.47.0 and newer, but versions older than 1.51.0 require disabling the `const-generics` feature, which allows using the `Implicit` and `Explicit` types.
1818

1919
`rust-asn1` is compatible with `#![no_std]` environments:
2020

2121
```toml
22-
asn1 = { version = "0.9", default-features = false }
22+
asn1 = { version = "0.10", default-features = false }
2323
```
2424

2525
[deps-rs-image]: https://deps.rs/repo/github/alex/rust-asn1/status.svg

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.9.1"
3+
version = "0.10.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)