Skip to content

Commit

Permalink
revert serde removal
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Apr 5, 2024
1 parent 2ae9fa0 commit 20e0445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion program-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ num-derive = { workspace = true }
num-traits = { workspace = true }
percentage = { workspace = true }
rand = { workspace = true }
serde = { workspace = true }
solana-frozen-abi = { workspace = true }
solana-frozen-abi-macro = { workspace = true }
solana-measure = { workspace = true }
Expand All @@ -31,7 +32,7 @@ thiserror = { workspace = true }

[dev-dependencies]
assert_matches = { workspace = true }
serde = { workspace = true }
libsecp256k1 = { workspace = true }
solana-logger = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-context-only-utils"] }
test-case = { workspace = true }
Expand Down

0 comments on commit 20e0445

Please sign in to comment.