Skip to content

Commit

Permalink
move serde dep to correct table
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 29, 2024
1 parent 502b19f commit 674b9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/transaction-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
serde = { workspace = true, optional = true }
serde_derive = { workspace = true, optional = true }
solana-account = { workspace = true }
solana-instruction = { workspace = true, features = ["std"] }
solana-pubkey = { workspace = true }
Expand All @@ -21,8 +23,6 @@ rustdoc-args = ["--cfg=docsrs"]

[target.'cfg(not(target_os = "solana"))'.dependencies]
bincode = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
serde_derive = { workspace = true, optional = true }
solana-rent = { workspace = true }
solana-signature = { workspace = true, optional = true }

Expand Down

0 comments on commit 674b9d5

Please sign in to comment.