From b81e3216b8b9be6558bc2382f91246f1f2e3f3df Mon Sep 17 00:00:00 2001 From: edmocosta <11836452+edmocosta@users.noreply.github.com> Date: Wed, 21 Jun 2023 19:50:23 +0200 Subject: [PATCH] Bumping version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ad17669..41b5708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ num-format = { version = "0.4.4", default-features = false, features = ["with-nu human_format = { version = "1.0" } uuid = { version = "1.3.3", features = ["v4"] } + [[bin]] name = "tuistash" path = "src/cli/main.rs" \ No newline at end of file