From 7e592eec4468b670855a29c2307014845dd7ce15 Mon Sep 17 00:00:00 2001 From: SkuldNorniern Date: Mon, 11 Mar 2024 17:07:08 +0900 Subject: [PATCH] style: `rustfmt` --- fluere-config/Cargo.toml | 2 +- fluere-plugin/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fluere-config/Cargo.toml b/fluere-config/Cargo.toml index 4779fa4..8808c78 100644 --- a/fluere-config/Cargo.toml +++ b/fluere-config/Cargo.toml @@ -20,4 +20,4 @@ name = "fluere_config" [features] -log = ["dep:log"] \ No newline at end of file +log = ["dep:log"] diff --git a/fluere-plugin/Cargo.toml b/fluere-plugin/Cargo.toml index 667cea2..a6839e9 100644 --- a/fluere-plugin/Cargo.toml +++ b/fluere-plugin/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/SkuldNorniern/fluere" [dependencies] git2 = "0.18.1" tokio = { version = "1.32", features = ["full","macros", "rt-multi-thread"] } -fluere-config = { version = "0.1.2", path = "../fluere-config" } +fluere-config = { version = "0.2.0", path = "../fluere-config" } #fluere-plugin-trait = { path = "../fluere-plugin-trait" } fluereflow = { version = "0.3.2", path = "../fluereflow" } dirs = "5.0.1" @@ -30,4 +30,4 @@ name = "fluere_plugin" [features] -log = ["dep:log"] \ No newline at end of file +log = ["dep:log"]