From 7ddd08b8692cd42494d0364920449b300bb2a794 Mon Sep 17 00:00:00 2001 From: Romain Reignier Date: Mon, 3 Oct 2022 10:58:58 +0200 Subject: [PATCH] Set fixed revision of j2534_rust crate to allow to build --- app_rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_rust/Cargo.toml b/app_rust/Cargo.toml index 18db4f3..cd98e64 100644 --- a/app_rust/Cargo.toml +++ b/app_rust/Cargo.toml @@ -27,7 +27,7 @@ serde_derive = "1.0.80" lazy_static="1.4.0" serde = {version = "1.0.80", features = ["derive"]} common = { path = "../common" } -j2534_rust = {git = "https://github.com/rnd-ash/J2534-Rust", branch="main" } +j2534_rust = {git = "https://github.com/rnd-ash/J2534-Rust", rev="3d14767cd2f3a766cd2eb9accd041acbfde202b2" } bitfield = "0.13.2" nfd = "0.0.4" hex-serde = "0.1.0"