Skip to content

Commit

Permalink
include 'optional' in additional args
Browse files Browse the repository at this point in the history
  • Loading branch information
kbvernon committed Nov 10, 2024
1 parent 26fd0bb commit 2b211a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/use_crate.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ use_crate <- function(
# run the commmand
processx::run(
"cargo",
c("add", crate, features, git),
c("add", crate, features, git, optional),
echo_cmd = TRUE,
wd = rust_folder
)
Expand Down

0 comments on commit 2b211a7

Please sign in to comment.