diff --git a/fplus-cli/Cargo.toml b/fplus-cli/Cargo.toml index f8295549..fab05fc9 100644 --- a/fplus-cli/Cargo.toml +++ b/fplus-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fplus-cli" authors = ["jbesraa", "kokal33"] -version = "0.1.1" +version = "0.1.3" edition = "2021" description = "FPlus cli tool to validate different states of an application" license = "MIT OR Apache-2.0" @@ -13,6 +13,6 @@ readme = "README.md" [dependencies] actix-web = "4.4.0" clap = { version = "4.4.6", features = ["derive"] } -fplus-database = "0.1.1" -fplus-lib = "0.1.1" +fplus-database = "0.1.3" +fplus-lib = "0.1.3" mongodb = "2.7.0" diff --git a/fplus-database/Cargo.toml b/fplus-database/Cargo.toml index 469d648d..e295890f 100644 --- a/fplus-database/Cargo.toml +++ b/fplus-database/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fplus-database" authors = ["jbesraa", "kokal33"] -version = "0.1.1" +version = "0.1.3" edition = "2021" description = "FPlus main database module" license = "MIT OR Apache-2.0" diff --git a/fplus-http-server/Cargo.toml b/fplus-http-server/Cargo.toml index a4da5a78..be5dee51 100644 --- a/fplus-http-server/Cargo.toml +++ b/fplus-http-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fplus-http-server" -version = "0.1.0" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,8 +17,8 @@ actix-cors = "0.6.4" reqwest = { version = "0.11.18", features = ["json"] } futures = "0.3.28" mongodb = "2.6.1" -fplus-lib = "0.1.1" -fplus-database = "0.1.1" +fplus-lib = "0.1.3" +fplus-database = "0.1.3" anyhow = "1.0.75" async-trait = "0.1.73" uuidv4 = "1.0.0" diff --git a/fplus-lib/Cargo.toml b/fplus-lib/Cargo.toml index 2ef9766e..08748440 100644 --- a/fplus-lib/Cargo.toml +++ b/fplus-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fplus-lib" authors = ["jbesraa", "kokal33"] -version = "0.1.1" +version = "0.1.3" edition = "2021" description = "FPlus library/helper files" license = "MIT OR Apache-2.0"