Skip to content

Commit

Permalink
Bump version to 0.18.0 (#490)
Browse files Browse the repository at this point in the history
* Bump version to 0.18.0

* Reflect updated version in README
  • Loading branch information
robby-cornelissen authored Oct 24, 2024
1 parent e0df0be commit 9b7733d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1"
version = "0.17.0"
version = "0.18.0"
authors = ["Alex Gaynor <[email protected]>"]
repository = "https://github.com/alex/rust-asn1"
keywords = ["asn1"]
Expand All @@ -15,7 +15,7 @@ default = ["std"]
std = []

[dependencies]
asn1_derive = { path = "asn1_derive/", version = "0.17.0" }
asn1_derive = { path = "asn1_derive/", version = "0.18.0" }

[dev-dependencies]
libc = "0.2.11"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Add `asn1` to the `[dependencies]` section of your `Cargo.toml`:

```toml
[dependencies]
asn1 = "0.17"
asn1 = "0.18"
```

Builds on Rust 1.59.0 and newer.

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

```toml
asn1 = { version = "0.17", default-features = false }
asn1 = { version = "0.18", default-features = false }
```

[deps-rs-image]: https://deps.rs/repo/github/alex/rust-asn1/status.svg
Expand Down
2 changes: 1 addition & 1 deletion asn1_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1_derive"
version = "0.17.0"
version = "0.18.0"
authors = ["Alex Gaynor <[email protected]>"]
repository = "https://github.com/alex/rust-asn1"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 9b7733d

Please sign in to comment.