Skip to content

Commit

Permalink
[keygen] Use workspace version for tempfile (#31722)
Browse files Browse the repository at this point in the history
use workspace version for `tempfile`
  • Loading branch information
samkim-crypto authored May 19, 2023
1 parent 68eb257 commit fd04984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ solana-version = { workspace = true }
tiny-bip39 = { workspace = true }

[dev-dependencies]
tempfile = "3.5.0"
tempfile = { workspace = true }

[[bin]]
name = "solana-keygen"
Expand Down

0 comments on commit fd04984

Please sign in to comment.