Skip to content

Commit

Permalink
Alphabetize cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jul 17, 2023
1 parent 3f202fa commit 73dcdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ rust-version = "1.68.0" # solana platform-tools rust version
[dependencies]
bincode = { workspace = true }
blake3 = { workspace = true, features = ["digest", "traits-preview"] }
borsh0-9 = { package = "borsh", version = "0.9.3" }
borsh = { workspace = true }
borsh0-9 = { package = "borsh", version = "0.9.3" }
bs58 = { workspace = true }
bv = { workspace = true, features = ["serde"] }
bytemuck = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 73dcdc8

Please sign in to comment.