Skip to content

Commit

Permalink
chore: bump fusio version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Nov 10, 2024
1 parent d0ed4b7 commit 3125bc1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions fusio-dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition.workspace = true
license.workspace = true
name = "fusio-dispatch"
repository.workspace = true
version = "0.2.1"
version = "0.2.2"

[features]
aws = ["fusio/aws"]
Expand All @@ -14,6 +14,6 @@ object_store = ["dep:fusio-object-store", "object_store/aws"]
tokio = ["fusio/tokio"]

[dependencies]
fusio = { version = "0.3.0", path = "../fusio" }
fusio = { version = "0.3.2", path = "../fusio" }
fusio-object-store = { version = "0.2.0", path = "../fusio-object-store", optional = true }
object_store = { version = "0.11", optional = true }
4 changes: 2 additions & 2 deletions fusio-object-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ edition.workspace = true
license.workspace = true
name = "fusio-object-store"
repository.workspace = true
version = "0.2.1"
version = "0.2.2"

[dependencies]
async-stream = { version = "0.3" }
fusio = { version = "0.3.0", path = "../fusio", features = [
fusio = { version = "0.3.2", path = "../fusio", features = [
"bytes",
"dyn",
"object_store",
Expand Down
4 changes: 2 additions & 2 deletions fusio-opendal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository.workspace = true
version = "0.1.0"

[dependencies]
fusio = { version = "0.3.0", path = "../fusio", features = [ "bytes" ] }
fusio = { version = "0.3.2", path = "../fusio", features = ["bytes"] }
futures-core = { version = "0.3" }
futures-util = { version = "0.3" }
opendal = { version ="0.50.1", default-features = false }
opendal = { version = "0.50.1", default-features = false }
4 changes: 2 additions & 2 deletions fusio-parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ edition.workspace = true
license.workspace = true
name = "fusio-parquet"
repository.workspace = true
version = "0.2.1"
version = "0.2.2"

[dependencies]
bytes = { workspace = true }
fusio = { version = "0.3.0", path = "../fusio", features = [
fusio = { version = "0.3.2", path = "../fusio", features = [
"bytes",
"dyn",
"tokio",
Expand Down
2 changes: 1 addition & 1 deletion fusio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license.workspace = true
name = "fusio"
readme = "../README.md"
repository.workspace = true
version = "0.3.1"
version = "0.3.2"

[features]
aws = [
Expand Down

0 comments on commit 3125bc1

Please sign in to comment.