Skip to content

Commit 8dbe95e

Browse files
authored
chore(deps): drop foundry-compilers feature full (#11739)
1 parent cd0e9de commit 8dbe95e

File tree

8 files changed

+7
-11
lines changed

8 files changed

+7
-11
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chisel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "bin/main.rs"
2222
forge-fmt.workspace = true
2323
foundry-cli.workspace = true
2424
foundry-common.workspace = true
25-
foundry-compilers = { workspace = true, features = ["project-util", "full"] }
25+
foundry-compilers.workspace = true
2626
foundry-config.workspace = true
2727
foundry-evm.workspace = true
2828

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ foundry-debugger.workspace = true
2020
foundry-evm.workspace = true
2121
foundry-wallets.workspace = true
2222

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

2626
alloy-eips.workspace = true

crates/forge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ harness = false
2626
# lib
2727
foundry-block-explorers = { workspace = true, features = ["foundry-compilers"] }
2828
foundry-common.workspace = true
29-
foundry-compilers = { workspace = true, features = ["full"] }
29+
foundry-compilers.workspace = true
3030
foundry-config.workspace = true
3131
foundry-evm.workspace = true
3232
foundry-evm-core.workspace = true

crates/linking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository.workspace = true
1414
workspace = true
1515

1616
[dependencies]
17-
foundry-compilers = { workspace = true, features = ["full"] }
17+
foundry-compilers.workspace = true
1818

1919
alloy-primitives = { workspace = true, features = ["rlp"] }
2020

crates/script-sequence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616
[dependencies]
1717
foundry-config.workspace = true
1818
foundry-common.workspace = true
19-
foundry-compilers = { workspace = true, features = ["full"] }
19+
foundry-compilers.workspace = true
2020

2121
serde.workspace = true
2222
eyre.workspace = true

crates/script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde.workspace = true
2929
eyre.workspace = true
3030
serde_json.workspace = true
3131
dunce.workspace = true
32-
foundry-compilers = { workspace = true, features = ["full"] }
32+
foundry-compilers.workspace = true
3333
tracing.workspace = true
3434
clap = { version = "4", features = ["derive", "env", "unicode", "wrap_help"] }
3535
semver.workspace = true

crates/verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde.workspace = true
2828
eyre.workspace = true
2929
alloy-provider = { workspace = true, features = ["trace-api"] }
3030
tracing.workspace = true
31-
foundry-compilers = { workspace = true, features = ["full"] }
31+
foundry-compilers.workspace = true
3232
foundry-block-explorers = { workspace = true, features = ["foundry-compilers"] }
3333
revm.workspace = true
3434

0 commit comments

Comments
 (0)