Skip to content

Commit

Permalink
style: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 13, 2024
1 parent 76c2216 commit 7e592ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluere-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ name = "fluere_config"


[features]
log = ["dep:log"]
log = ["dep:log"]
4 changes: 2 additions & 2 deletions fluere-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -30,4 +30,4 @@ name = "fluere_plugin"


[features]
log = ["dep:log"]
log = ["dep:log"]

0 comments on commit 7e592ee

Please sign in to comment.