Skip to content

Commit

Permalink
Merge pull request #123 from arkedge/renovate/notalawyer-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update notalawyer monorepo to 0.2.0
  • Loading branch information
sksat authored Nov 18, 2024
2 parents a87a804 + d577585 commit 8fc8fc8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions kble-c2a/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=Cargo.toml");

notalawyer_build::build();
}
2 changes: 2 additions & 0 deletions kble-dump/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=Cargo.toml");

notalawyer_build::build();
}
2 changes: 2 additions & 0 deletions kble-eb90/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=Cargo.toml");

notalawyer_build::build();
}
2 changes: 2 additions & 0 deletions kble-serialport/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=Cargo.toml");

notalawyer_build::build();
}
2 changes: 2 additions & 0 deletions kble/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=Cargo.toml");

notalawyer_build::build();
}

0 comments on commit 8fc8fc8

Please sign in to comment.