From f813e8d866ec683d252b009e3553b23551b122f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 31 Jan 2023 12:09:12 +0100 Subject: [PATCH] sort workspace members Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2efa337a..3cee51cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ members = [ "proxmox-rest-server", "proxmox-router", "proxmox-schema", + "proxmox-section-config", "proxmox-serde", "proxmox-shared-memory", - "proxmox-section-config", "proxmox-sortable-macro", "proxmox-subscription", "proxmox-sys",