Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nyurik/automotive_diag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 804973a1fdc96113140484344f64a69c2fdac8d3
Choose a base ref
..
head repository: nyurik/automotive_diag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 06cebbbb40108cdada6f334095a670acd813c208
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["uds", "kwp2000", "obd", "automotive", "no_std"]
categories = ["embedded", "no-std", "encoding", "parsing"]
rust-version = "1.65.0"
rust-version = "1.66"

[features]
default = ["std", "iter", "display", "with-kwp2000", "with-obd2", "with-uds"]