Skip to content

Commit

Permalink
remove unused build dep cc from solana-program (anza-xyz#1659)
Browse files Browse the repository at this point in the history
* remove unused build dep `cc` from solana-program

* remove cc from workspace
  • Loading branch information
kevinheavey authored and neutrinoks committed Jul 17, 2024
1 parent 2dc215a commit fb8e234
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ bytes = "1.6"
bzip2 = "0.4.4"
caps = "0.5.5"
cargo_metadata = "0.15.4"
cc = "1.0.94"
chrono = { version = "0.4.38", default-features = false }
chrono-humanize = "0.2.3"
clap = "2.33.1"
Expand Down
1 change: 0 additions & 1 deletion programs/sbf/Cargo.lock

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

3 changes: 0 additions & 3 deletions sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ static_assertions = { workspace = true }
[build-dependencies]
rustc_version = { workspace = true }

[target.'cfg(any(unix, windows))'.build-dependencies]
cc = { workspace = true, features = ["jobserver", "parallel"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

Expand Down

0 comments on commit fb8e234

Please sign in to comment.