-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump asn1rs-* crate version to 0.4.0
- Loading branch information
1 parent
46aeb5d
commit 598cb60
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "asn1rs-macros" | ||
version = "0.3.1" | ||
version = "0.4.0" | ||
authors = ["Michael Watzko <[email protected]>"] | ||
edition = "2018" | ||
description = "Macros for asn1rs" | ||
|
@@ -20,6 +20,6 @@ debug-proc-macro = [] | |
|
||
|
||
[dependencies] | ||
asn1rs-model = { version = "0.3.0", path = "../asn1rs-model" } | ||
asn1rs-model = { version = "0.4.0", path = "../asn1rs-model" } | ||
syn = { version = "1.0.109", features = ["full", "visit", "extra-traits"] } | ||
quote = "1.0.35" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "asn1rs-model" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Michael Watzko <[email protected]>"] | ||
edition = "2018" | ||
description = "Rust and Protobuf model definitions for asn1rs" | ||
|