Skip to content

Commit

Permalink
Auto merge of rust-lang#12133 - lnicola:crate-dashes, r=lnicola
Browse files Browse the repository at this point in the history
internal: Fix crate names for release
  • Loading branch information
bors committed May 2, 2022
2 parents 5c88d93 + 7093356 commit 5dce1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl flags::Release {
}

// Generates bits of manual.adoc.
cmd!(sh, "cargo test -p ide_assists -p ide_diagnostics -p rust-analyzer -- sourcegen_")
cmd!(sh, "cargo test -p ide-assists -p ide-diagnostics -p rust-analyzer -- sourcegen_")
.run()?;

let website_root = project_root().join("../rust-analyzer.github.io");
Expand Down

0 comments on commit 5dce1ff

Please sign in to comment.