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"]