Skip to content

Commit

Permalink
sdk: drop unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jan 7, 2025
1 parent c436dfc commit 8543d52
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 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.

4 changes: 0 additions & 4 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ default = [
]
full = [
"byteorder",
"chrono",
"memmap2",
"rand",
"rand0-7",
"serde_json",
Expand Down Expand Up @@ -99,15 +97,13 @@ bs58 = { workspace = true }
bytemuck = { workspace = true }
bytemuck_derive = { workspace = true }
byteorder = { workspace = true, optional = true }
chrono = { workspace = true, features = ["alloc"], optional = true }
curve25519-dalek = { workspace = true, optional = true }
digest = { workspace = true, optional = true }
ed25519-dalek = { workspace = true, optional = true }
itertools = { workspace = true }
lazy_static = { workspace = true }
libsecp256k1 = { workspace = true, optional = true, features = ["hmac"] }
log = { workspace = true }
memmap2 = { workspace = true, optional = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
qualifier_attr = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sdk/genesis-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = { workspace = true }

[dependencies]
bincode = { workspace = true }
chrono = { workspace = true }
chrono = { workspace = true, features = ["alloc"] }
memmap2 = { workspace = true }
serde = { workspace = true, optional = true }
serde_derive = { workspace = true, optional = true }
Expand Down
2 changes: 0 additions & 2 deletions 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 8543d52

Please sign in to comment.