From 7dd61a9300c73b172e8d2be21688f070c81588f2 Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Fri, 25 Aug 2023 15:40:19 -0700 Subject: [PATCH] fix rust gen artifacs #noautopr --- rust/sbp/Cargo.toml | 2 +- rust/sbp2json/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/sbp/Cargo.toml b/rust/sbp/Cargo.toml index fa9f9bba86..7294e10fcf 100644 --- a/rust/sbp/Cargo.toml +++ b/rust/sbp/Cargo.toml @@ -71,4 +71,4 @@ serialport = "2.1.0" [package.metadata.docs.rs] # Whether to pass `--all-features` to Cargo when building docs for docs.rs -all-features = true +all-features = true \ No newline at end of file diff --git a/rust/sbp2json/Cargo.toml b/rust/sbp2json/Cargo.toml index 0c4924589d..e6708f5d41 100644 --- a/rust/sbp2json/Cargo.toml +++ b/rust/sbp2json/Cargo.toml @@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs" [[bin]] name = "json2json" -path = "src/bin/json2json.rs" +path = "src/bin/json2json.rs" \ No newline at end of file