File tree Expand file tree Collapse file tree
autosar-data-specification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.19.0
4+
5+ Released 2025-03-15
6+
7+ - Update to edition 2024
8+ - Stop locking dependency versions - Thanks @shahn
9+
310## Version 0.18.0
411
512Released 2025-02-04
Original file line number Diff line number Diff line change 11[package ]
22name = " autosar-data-specification"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44authors = [" Daniel Thaler <daniel@dthaler.de>" ]
55edition = " 2024"
66description = " specification of the Autosar arxml file format as rust data structures"
Original file line number Diff line number Diff line change 11[package ]
22name = " autosar-data"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44authors = [" Daniel Thaler <daniel@dthaler.de>" ]
55edition = " 2024"
66description = " read, write and modify Autosar arxml data"
@@ -10,16 +10,16 @@ categories = ["parser-implementations"]
1010repository = " https://github.com/DanielT/autosar-data"
1111
1212[dependencies ]
13- autosar-data-specification = " 0.18 "
13+ autosar-data-specification = " 0.19 "
1414thiserror = " 2.0"
15- smallvec = { version = " 1.13 .0" , features = [" union" , " const_generics" ]}
15+ smallvec = { version = " 1.14 .0" , features = [" union" , " const_generics" ]}
1616parking_lot = " 0.12"
1717indexmap = " 2.2.0"
1818fxhash = " 0.2.1"
1919num-traits = " 0.2.18"
2020
2121[dev-dependencies ]
22- tempfile = " 3.8 "
22+ tempfile = " 3.19 "
2323criterion = { version = " 0.5" , features = [" html_reports" ]}
2424
2525[[example ]]
You can’t perform that action at this time.
0 commit comments