Skip to content

Commit

Permalink
remove unused deps from solana-version (#3025)
Browse files Browse the repository at this point in the history
* remove unused deps from solana-version

* Trigger Build
  • Loading branch information
kevinheavey authored Oct 3, 2024
1 parent aed6f36 commit 7741b25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 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 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 version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
log = { workspace = true }
semver = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
Expand All @@ -22,15 +21,13 @@ solana-frozen-abi-macro = { workspace = true, optional = true, features = [
"frozen-abi",
] }
solana-sanitize = { workspace = true }
solana-sdk = { workspace = true }
solana-serde-varint = { workspace = true }

[features]
dummy-for-ci-check = []
frozen-abi = [
"dep:solana-frozen-abi",
"dep:solana-frozen-abi-macro",
"solana-sdk/frozen-abi",
]

[lib]
Expand Down

0 comments on commit 7741b25

Please sign in to comment.