Sort tables in Cargo.toml files (#23602)

This commit is contained in:
Brooks Prumo
2022-03-11 11:05:57 -06:00
committed by GitHub
parent 2bff36dfba
commit d20dd21600
49 changed files with 109 additions and 112 deletions

View File

@@ -10,8 +10,8 @@ documentation = "https://docs.rs/solana-merkle-tree"
edition = "2021"
[dependencies]
solana-program = { path = "../sdk/program", version = "=1.10.2" }
fast-math = "0.1"
solana-program = { path = "../sdk/program", version = "=1.10.2" }
# This can go once the BPF toolchain target Rust 1.42.0+
[target.bpfel-unknown-unknown.dependencies]