Skip to content

Commit

Permalink
Merge pull request #55 from filecoin-project/crates-0.1.3
Browse files Browse the repository at this point in the history
Crates 0.1.3
  • Loading branch information
jbesraa authored Nov 6, 2023
2 parents dcff831 + 1e5d913 commit a23c24e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions fplus-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion fplus-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions fplus-http-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion fplus-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a23c24e

Please sign in to comment.