Skip to content

Commit

Permalink
fix dev dep feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 6, 2024
1 parent 9677887 commit e5dce01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/presigner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ solana-pubkey = { workspace = true }
solana-signature = { workspace = true, features = ["verify"] }
solana-signer = { workspace = true }

[dev-dependencies]
solana-signer = { workspace = true, features = ["keypair"] }

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

0 comments on commit e5dce01

Please sign in to comment.