Skip to content

Commit

Permalink
bump version to 0.15.2 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored May 7, 2023
1 parent a213a82 commit 1d10d02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.15.1"
version = "0.15.2"
authors = ["Alex Gaynor <alex.gaynor@gmail.com>"]
repository = "https://github.com/alex/rust-asn1"
keywords = ["asn1"]
Expand All @@ -16,7 +16,7 @@ std = []
fallible-allocations = []

[dependencies]
asn1_derive = { path = "asn1_derive/", version = "0.15.1" }
asn1_derive = { path = "asn1_derive/", version = "0.15.2" }

[dev-dependencies]
libc = "0.2.11"
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.15.1"
version = "0.15.2"
authors = ["Alex Gaynor <alex.gaynor@gmail.com>"]
repository = "https://github.com/alex/rust-asn1"
license = "BSD-3-Clause"
Expand Down

0 comments on commit 1d10d02

Please sign in to comment.