From 76c22168b34f053ba7abad33e54cfc5ca7996bed Mon Sep 17 00:00:00 2001 From: SkuldNorniern Date: Mon, 11 Mar 2024 16:49:39 +0900 Subject: [PATCH] build(config): bump version of fluere-config --- Cargo.toml | 2 +- fluere-config/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."