From 13cc050fa9e516a76b4484d232a9696ffa2e96c6 Mon Sep 17 00:00:00 2001 From: koushiro Date: Wed, 7 Aug 2024 15:19:59 +0800 Subject: [PATCH] fix fmt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a5872d..e10fb89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ blake2 = "0.10.6" built = { version = "0.7", features = ["chrono", "semver"] } chrono = "0.4.24" clap = { version = "4.1.1", features = ["derive", "cargo"] } -const_format = "0.2.32" const-hex = "1.12.0" +const_format = "0.2.32" enumflags2 = "0.7.7" futures = "0.3.25" garde = { version = "0.20.0", features = ["full"] }