Skip to content

Commit

Permalink
fix rust gen artifacs #noautopr
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrumley committed Aug 25, 2023
1 parent 24f3945 commit 7dd61a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rust/sbp2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs"

[[bin]]
name = "json2json"
path = "src/bin/json2json.rs"
path = "src/bin/json2json.rs"

0 comments on commit 7dd61a9

Please sign in to comment.