Skip to content

Commit

Permalink
missing dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 19, 2024
1 parent d246c1f commit 341ac75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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: 3 additions & 0 deletions rpc-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit 341ac75

Please sign in to comment.