Skip to content

Commit

Permalink
Set derive crate version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Jun 16, 2022
1 parent f4340a8 commit 2825731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ serialize = ["cookie-factory"]
std = []

[dependencies]
asn1-rs-derive = { version="0.3", path="./derive" }
asn1-rs-derive = { version="0.4", path="./derive" }
asn1-rs-impl = { version="0.1", path="./impl" }
bitvec = { version="1.0", optional=true }
cookie-factory = { version="0.3.0", optional=true }
Expand Down
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.3.0"
version = "0.4.0"
authors = ["Pierre Chifflier <[email protected]>"]
description = "Derive macros for the `asn1-rs` crate"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 2825731

Please sign in to comment.