Sort tables in Cargo.toml files (#23602)
This commit is contained in:
@@ -20,7 +20,7 @@ solana-frozen-abi-macro = { path = "macro", version = "=1.10.2" }
|
||||
thiserror = "1.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "bpf"))'.dependencies]
|
||||
generic-array = { version = "0.14.5", default-features = false, features = ["serde", "more_lengths"]}
|
||||
generic-array = { version = "0.14.5", default-features = false, features = ["serde", "more_lengths"] }
|
||||
memmap2 = "0.5.3"
|
||||
|
||||
[target.'cfg(not(target_arch = "bpf"))'.dev-dependencies]
|
||||
|
Reference in New Issue
Block a user