Skip to content

Commit

Permalink
Fix asn1rs-* version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jul 27, 2023
1 parent feb8696 commit 0f3245e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1rs"
version = "0.3.0"
version = "0.3.1"
authors = ["Michael Watzko <[email protected]>"]
edition = "2018"
description = "ASN.1 to Rust, Protobuf and SQL compiler/code generator. Supports ASN.1 UPER"
Expand Down Expand Up @@ -44,8 +44,8 @@ futures = { version = "0.3.4", optional = true }
bytes = { version = "1.0", optional = true }

# feature asn1rs-*
asn1rs-model = { version = "0.2.2", path = "asn1rs-model", optional = true }
asn1rs-macros = { version = "0.2.2", path = "asn1rs-macros", optional = true }
asn1rs-model = { version = "0.3.0", path = "asn1rs-model", optional = true }
asn1rs-macros = { version = "0.3.0", path = "asn1rs-macros", optional = true }

[dev-dependencies]
syn = {version = "1.0.109", features = ["full", "visit", "extra-traits"] }
Expand Down

0 comments on commit 0f3245e

Please sign in to comment.