From 8cdfbfa87763e23f94f48cfb3469910903299979 Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Thu, 23 May 2024 16:58:21 -0700 Subject: [PATCH] The viceroy-artifacts crate will need to be published --- scripts/publish.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.rs b/scripts/publish.rs index 7bdeff8b..852b029d 100644 --- a/scripts/publish.rs +++ b/scripts/publish.rs @@ -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. //