Skip to content

Commit

Permalink
Fixed compile error (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 29, 2020
1 parent 6258c69 commit 330fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/bin/cargo-raze.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ fn render_files(
package_aliases_dir: settings.package_aliases_dir.clone(),
vendored_buildfile_name: settings.output_buildfile_suffix.clone(),
bazel_root: cargo_raze_working_dir,
rust_rules_workspace_name: settings.rust_rules_workspace_name,
rust_rules_workspace_name: settings.rust_rules_workspace_name.clone(),
experimental_api: settings.experimental_api,
};
let bazel_file_outputs = match &settings.genmode {
Expand Down

0 comments on commit 330fa0b

Please sign in to comment.