Skip to content

Commit

Permalink
Add metaslang_graph_builder to USER_FACING_CRATES
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Jun 7, 2024
1 parent a19995e commit 23d91a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/infra/cli/src/commands/publish/cargo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use crate::commands::publish::DryRun;
const USER_FACING_CRATES: &[&str] = &[
// Sorted by dependency order (from dependencies to dependents):
"metaslang_cst",
"metaslang_graph_builder",
"slang_solidity",
];

Expand Down

0 comments on commit 23d91a7

Please sign in to comment.