Skip to content

Commit

Permalink
remove unused dependencies from solana-program-runtime (anza-xyz#4015)
Browse files Browse the repository at this point in the history
* remove unused libc from solana-program-runtime

* fix uncommitted Cargo.lock

* remove solana-logger from solana-program-runtime
  • Loading branch information
conr2d authored Dec 11, 2024
1 parent 150daa1 commit 0c26485
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 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 program-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ base64 = { workspace = true }
bincode = { workspace = true }
enum-iterator = { workspace = true }
itertools = { workspace = true }
libc = { workspace = true }
log = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
Expand Down Expand Up @@ -56,7 +55,6 @@ thiserror = { workspace = true }
[dev-dependencies]
assert_matches = { workspace = true }
solana-instruction = { workspace = true, features = ["bincode"] }
solana-logger = { workspace = true }
solana-pubkey = { workspace = true, features = ["rand"] }
solana-transaction-context = { workspace = true, features = [
"dev-context-only-utils",
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.

1 change: 0 additions & 1 deletion svm/examples/Cargo.lock

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

0 comments on commit 0c26485

Please sign in to comment.