Skip to content

Commit

Permalink
Try fix OSX compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Dec 24, 2023
1 parent aa06b06 commit acb2718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecu_diagnostics"
version = "0.95.5"
version = "0.95.6"
authors = ["Ashcon Mohseninia <ashconm@outlook.com>"]
edition = "2021"
description = "A rust crate for ECU diagnostic servers and communication APIs"
Expand Down Expand Up @@ -45,6 +45,7 @@ winreg = { version = "0.10.1", optional = true }

[target.'cfg(unix)'.dependencies]
shellexpand = { version = "2.1.0", optional = true }
#socketcan-isotp = { version = "1.0.0", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
socketcan-isotp = { optional = true, version = "1.0.1" }
socketcan = { version = "2.0.0", optional = true }

0 comments on commit acb2718

Please sign in to comment.