Rework docs for Pubkey::find_program_address and friends (#21528)
* Rework docs for Pubkey::find_program_address and friends * Remove circular dependency * Minor tweaks * Apply suggestions from code review Co-authored-by: Tyera Eulberg <teulberg@gmail.com> * Sort solana-program dev-dependencies Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
@ -47,10 +47,11 @@ itertools = "0.10.1"
|
||||
parking_lot = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
static_assertions = "1.1.0"
|
||||
anyhow = "1.0.45"
|
||||
assert_matches = "1.3.0"
|
||||
bincode = "1.3.1"
|
||||
serde_json = "1.0.56"
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
rustc_version = "0.4"
|
||||
|
Reference in New Issue
Block a user