Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Dec 28, 2023
1 parent 9638975 commit f14db9c
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
/a2lmacros/target
Cargo.lock

74 changes: 74 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2lfile"
version = "1.4.0"
version = "1.5.0"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
description = "read, modify and write a2l files"
Expand All @@ -15,7 +15,7 @@ members = ["a2lmacros"]

[dependencies.a2lmacros]
path = "a2lmacros"
version = "1.2.0"
version = "1.3.0"

[dependencies]
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion a2lmacros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a2lmacros"
version = "1.2.0"
version = "1.3.0"
authors = ["Daniel Thaler <[email protected]>"]
edition = "2021"
description = "provides macros in support of the a2lfile crate"
Expand Down

0 comments on commit f14db9c

Please sign in to comment.