Skip to content

Commit

Permalink
Prepare release asn-rs-derive 0.6.0
Browse files Browse the repository at this point in the history
foo
  • Loading branch information
chifflier committed Jan 16, 2025
1 parent ee897b0 commit 839f537
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ std = []
trace = ["debug"]

[dependencies]
asn1-rs-derive = { version="0.5", path="./derive" }
asn1-rs-derive = { version="0.6", path="./derive" }
asn1-rs-impl = { version="0.2", path="./impl" }
bitvec = { version="1.0", optional=true }
colored = { version="3.0", optional=true }
Expand Down
20 changes: 10 additions & 10 deletions derive/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1-rs-derive"
version = "0.5.1"
version = "0.6.0"
authors = ["Pierre Chifflier <[email protected]>"]
description = "Derive macros for the `asn1-rs` crate"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 839f537

Please sign in to comment.