diff --git a/Cargo.toml b/Cargo.toml index 1f65aea..1dd2129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1.0.193", features = ["derive"] } toml = "0.8.8" fluere_plugin = { version = "0.2.0", path = "./fluere-plugin", features = ["log"] } -fluere-config = { version = "0.1.3", path = "./fluere-config", features = ["log"] } +fluere-config = { version = "0.2.0", path = "./fluere-config", features = ["log"] } fluereflow = { version = "0.3.2", path = "./fluereflow" } ratatui = { version = "0.25.0", features = ["all-widgets"] } diff --git a/fluere-config/Cargo.toml b/fluere-config/Cargo.toml index 3d9b27d..4779fa4 100644 --- a/fluere-config/Cargo.toml +++ b/fluere-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluere-config" -version = "0.1.3" +version = "0.2.0" edition = "2021" readme = "README.md" description = "Configuration manager for Fluere."