Skip to content

Commit

Permalink
remove unused build dep cc from solana-program
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 9, 2024
1 parent 5263c9d commit c5cb78c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 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 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 @@ -82,9 +82,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 c5cb78c

Please sign in to comment.