Skip to content

Commit a7dff12

Browse files
committed
bump version
1 parent a1d7d59 commit a7dff12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "automotive_diag"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Core definitions for various Automotive ECU Diagnostics such as UDS ISO-14229, KWP2000, OBD-II, etc."
55
authors = ["Yuri Astrakhan <[email protected]>", "Ashcon Mohseninia <[email protected]>"]
66
repository = "https://github.com/nyurik/automotive_diag"

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ update:
1414

1515
# Run cargo clippy
1616
clippy:
17-
cargo clippy --workspace --bins --tests --lib --benches --examples -- -D warnings
17+
cargo clippy --workspace --all-targets -- -D warnings
1818
cargo clippy --no-default-features --features with-uds -- -D warnings
1919

2020
# Test code formatting

0 commit comments

Comments
 (0)