From a2a9f193fee902952046b90bcf16938479d9522b Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 24 Jun 2024 15:01:28 +1000 Subject: [PATCH] Put workspace crates in alphabetical order As we create more crates the workspace list gets messier, put them in alphabetic order. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cf9a0f32..991d67927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]