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:
parent
05931cc0fa
commit
a2a9f193fe
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue