diff --git a/Cargo.lock b/Cargo.lock index 470f586..eb6b60f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,21 +1009,21 @@ dependencies = [ [[package]] name = "notalawyer" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb6f7d5c326e17c81351d91ed10b175ba5afbfc276ca232d115490e876f7e4e7" +checksum = "e8f10fae64217fe9e567380c332b648a937db0c756e11a17594bc8a8d5ca7762" [[package]] name = "notalawyer-build" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6e1b1f2c9f35e548539a8216afdfeb0ee62743e99664e6c5b3b0f815a9fdf7" +checksum = "0a23fb327485a4b7e648a4a23053456b400f5d3fed6cb4fc7b4029ac1f6297c8" [[package]] name = "notalawyer-clap" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43962175b7e1f02c3fa7458b4970bdd0b78fa81272c2de2ebd1868120e2dac48" +checksum = "c6e87f4834f3bbf79650765227edffb5b40e96199a7d8ba04e57f433ea867f1e" dependencies = [ "clap", "notalawyer", diff --git a/Cargo.toml b/Cargo.toml index d231426..b4af58c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ serde = { version = "1", features = ["derive"]} tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } kble-socket = "0.3.0" -notalawyer = "0.1.0" -notalawyer-clap = "0.1.0" -notalawyer-build = "0.1.0" +notalawyer = "0.2.0" +notalawyer-clap = "0.2.0" +notalawyer-build = "0.2.0" diff --git a/kble-c2a/build.rs b/kble-c2a/build.rs index 62844e1..fb180fd 100644 --- a/kble-c2a/build.rs +++ b/kble-c2a/build.rs @@ -1,3 +1,5 @@ fn main() { + println!("cargo:rerun-if-changed=Cargo.toml"); + notalawyer_build::build(); } diff --git a/kble-dump/build.rs b/kble-dump/build.rs index 62844e1..fb180fd 100644 --- a/kble-dump/build.rs +++ b/kble-dump/build.rs @@ -1,3 +1,5 @@ fn main() { + println!("cargo:rerun-if-changed=Cargo.toml"); + notalawyer_build::build(); } diff --git a/kble-eb90/build.rs b/kble-eb90/build.rs index 62844e1..fb180fd 100644 --- a/kble-eb90/build.rs +++ b/kble-eb90/build.rs @@ -1,3 +1,5 @@ fn main() { + println!("cargo:rerun-if-changed=Cargo.toml"); + notalawyer_build::build(); } diff --git a/kble-serialport/build.rs b/kble-serialport/build.rs index 62844e1..fb180fd 100644 --- a/kble-serialport/build.rs +++ b/kble-serialport/build.rs @@ -1,3 +1,5 @@ fn main() { + println!("cargo:rerun-if-changed=Cargo.toml"); + notalawyer_build::build(); } diff --git a/kble/build.rs b/kble/build.rs index 62844e1..fb180fd 100644 --- a/kble/build.rs +++ b/kble/build.rs @@ -1,3 +1,5 @@ fn main() { + println!("cargo:rerun-if-changed=Cargo.toml"); + notalawyer_build::build(); }