Put workspace crates in alphabetical order

As we create more crates the workspace list gets messier, put them in
alphabetic order.
This commit is contained in:
Tobin C. Harding 2024-06-24 15:01:28 +10:00
parent 05931cc0fa
commit a2a9f193fe
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[workspace]
members = ["bitcoin", "hashes", "internals", "fuzz", "io", "units", "base58"]
members = ["base58", "bitcoin", "fuzz", "hashes", "internals", "io", "units"]
resolver = "2"
[patch.crates-io.base58ck]