Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jul 27, 2023
1 parent 4be7c2b commit feb8696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1rs"
version = "0.2.2"
version = "0.3.0"
authors = ["Michael Watzko <michael@watzko.de>"]
edition = "2018"
description = "ASN.1 to Rust, Protobuf and SQL compiler/code generator. Supports ASN.1 UPER"
Expand Down
2 changes: 1 addition & 1 deletion asn1rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1rs-macros"
version = "0.2.2"
version = "0.3.0"
authors = ["Michael Watzko <michael@watzko.de>"]
edition = "2018"
description = "Macros for asn1rs"
Expand Down
2 changes: 1 addition & 1 deletion asn1rs-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asn1rs-model"
version = "0.2.2"
version = "0.3.0"
authors = ["Michael Watzko <michael@watzko.de>"]
edition = "2018"
description = "Rust, Protobuf and SQL model definitions for asn1rs"
Expand Down

0 comments on commit feb8696

Please sign in to comment.