Skip to content

Commit

Permalink
build(plugin): bump flow, config, mlua
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Jan 2, 2024
1 parent 7975356 commit 4405dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fluere-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ repository = "https://github.com/SkuldNorniern/fluere"

[dependencies]
tokio = { version = "1.32", features = ["full","macros", "rt-multi-thread"] }
fluere-config = { version = "0.1.0", path = "../fluere-config" }
fluere-config = { version = "0.1.2", path = "../fluere-config" }
#fluere-plugin-trait = { path = "../fluere-plugin-trait" }
fluereflow = { version = "0.3.1", path = "../fluereflow" }
fluereflow = { version = "0.3.2", path = "../fluereflow" }
dirs = "5.0.1"
mlua = { version = "0.9.1", features = ["lua54", "vendored","async","send"] }
mlua = { version = "0.9.2", features = ["lua54", "vendored","async","send"] }

[lib]
name = "fluere_plugin"

0 comments on commit 4405dda

Please sign in to comment.