Skip to content

Commit

Permalink
frozen-abi: move serde_bytes to dev-dependencies (#1092)
Browse files Browse the repository at this point in the history
* frozen-abi: move serde_bytes to dev-dependencies

* rearrange
  • Loading branch information
kevinheavey authored May 8, 2024
1 parent b284eb0 commit 2f84d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frozen-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bs58 = { workspace = true }
bv = { workspace = true, features = ["serde"] }
log = { workspace = true, features = ["std"] }
serde = { workspace = true, features = ["derive", "rc"] }
serde_bytes = { workspace = true }
serde_derive = { workspace = true }
sha2 = { workspace = true }
solana-frozen-abi-macro = { workspace = true }
Expand All @@ -27,6 +26,7 @@ memmap2 = { workspace = true }

[target.'cfg(not(target_os = "solana"))'.dev-dependencies]
bitflags = { workspace = true }
serde_bytes = { workspace = true }
solana-logger = { workspace = true }

[build-dependencies]
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.

0 comments on commit 2f84d31

Please sign in to comment.