Skip to content

Commit

Permalink
The viceroy-artifacts crate will need to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed May 23, 2024
1 parent 586d45b commit 8cdfbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const VERIFY_TEMPDIR: &str = "verify-publishable";
/// The crates that we will publish.
//
// N.B. This list must be topologically sorted by dependencies.
const CRATES_TO_PUBLISH: &[&str] = &["viceroy-lib", "viceroy"];
const CRATES_TO_PUBLISH: &[&str] = &["viceroy-artifacts", "viceroy-lib", "viceroy"];

/// The crates that we will NOT publish.
//
Expand Down

0 comments on commit 8cdfbfa

Please sign in to comment.