Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Sep 3, 2023
1 parent 8c60093 commit 07b7dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autosar-data-specification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autosar-data-specification"
version = "0.9.1"
version = "0.10.0"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2021"
description = "specification of the Autosar arxml file format as rust data structures"
Expand Down
4 changes: 2 additions & 2 deletions autosar-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autosar-data"
version = "0.9.1"
version = "0.10.0"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
edition = "2021"
description = "read, write and modify Autosar arxml data"
Expand All @@ -10,7 +10,7 @@ categories = ["parser-implementations"]
repository = "https://github.com/DanielT/autosar-data"

[dependencies]
autosar-data-specification = "0.9"
autosar-data-specification = "0.10"
thiserror = "~1.0"
smallvec = { version = "~1.11.0", features = ["union", "const_generics"]}
parking_lot = "0.12"
Expand Down

0 comments on commit 07b7dbe

Please sign in to comment.