From 52589eac20bcaacd4af2e1326cf37e91dde25ddb Mon Sep 17 00:00:00 2001 From: taco-paco Date: Thu, 17 Oct 2024 15:06:41 +0300 Subject: [PATCH] fix: taplo --- Cargo.toml | 2 +- crates/types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e82507..9cdd25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features = uuid = { version = "1.10.0", features = ["serde", "v4"] } # Internal dependencies -types = { version = "0.0.1", path = "crates/types" } \ No newline at end of file +types = { version = "0.0.1", path = "crates/types" } diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index c94bb1f..5fbcf59 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -11,4 +11,4 @@ thiserror.workspace = true uuid.workspace = true [dev-dependencies] -serde_json.workspace = true \ No newline at end of file +serde_json.workspace = true