Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ foundry-evm.workspace = true
foundry-wallets.workspace = true

foundry-compilers = { workspace = true, features = ["full"] }
solar.workspace = true

alloy-eips.workspace = true
alloy-dyn-abi.workspace = true
Expand Down Expand Up @@ -52,7 +51,6 @@ tracing-subscriber = { workspace = true, features = ["registry", "env-filter"] }
tracing.workspace = true
yansi.workspace = true
rustls = { workspace = true, features = ["ring"] }
dunce.workspace = true

tracing-tracy = { version = "0.11", optional = true, features = ["demangle"] }

Expand Down
3 changes: 0 additions & 3 deletions crates/cli/src/opts/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ pub use self::core::BuildOpts;
mod paths;
pub use self::paths::ProjectPathOpts;

mod utils;
pub use self::utils::{configure_pcx, configure_pcx_from_solc};

// A set of solc compiler settings that can be set via command line arguments, which are intended
// to be merged into an existing `foundry_config::Config`.
//
Expand Down
114 changes: 0 additions & 114 deletions crates/cli/src/opts/build/utils.rs

This file was deleted.

Loading
Loading