From 6e68ba1d3bfe1271cbe78abe5d202adb58c3b1b0 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:52:42 +0900 Subject: [PATCH] cargo.toml fmt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b32125ce..187897b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ num_cpus = "1.*" downcast-rs = "1.*" hhmmss = "*" pbr = "*" -hashbrown="0.12.*" +hashbrown = "0.12.*" hex = "0.4.*" git2 = "0.*" termcolor = "*"