Skip to content

Commit

Permalink
chore: bump all package to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Dec 28, 2024
1 parent 00695bf commit f02bf01
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resolver = "2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/tonbo-io/fusio"
version = "0.3.4"

[workspace.dependencies]
bytes = { version = "1.7" }
Expand Down
8 changes: 4 additions & 4 deletions fusio-dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ edition.workspace = true
license.workspace = true
name = "fusio-dispatch"
repository.workspace = true
version = "0.2.2"
version.workspace = true

[features]
aws = ["fusio/aws"]
default = []
monoio = ["fusio/monoio"]
opfs = ["fusio/opfs"]
object_store = ["dep:fusio-object-store", "object_store/aws"]
opfs = ["fusio/opfs"]
tokio = ["fusio/tokio"]

[dependencies]
fusio = { version = "0.3.2", path = "../fusio" }
fusio-object-store = { version = "0.2.0", path = "../fusio-object-store", optional = true }
fusio = { version = "0.3.4", path = "../fusio" }
fusio-object-store = { version = "0.3.4", 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.2"
version.workspace = true

[dependencies]
async-stream = { version = "0.3" }
fusio = { version = "0.3.2", path = "../fusio", features = [
fusio = { version = "0.3.4", 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 @@ -4,10 +4,10 @@ edition.workspace = true
license.workspace = true
name = "fusio-opendal"
repository.workspace = true
version = "0.1.0"
version.workspace = true

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

[features]
default = []
web = ["fusio/opfs"]
tokio = ["fusio/tokio"]
web = ["fusio/opfs"]

[dependencies]
bytes = { workspace = true }
cfg-if = "1.0.0"
fusio = { version = "0.3.2", path = "../fusio", features = ["bytes", "dyn"] }
fusio = { version = "0.3.4", path = "../fusio", features = ["bytes", "dyn"] }
futures = { version = "0.3" }
parquet = { version = "53", default-features = false, features = [
"arrow",
Expand Down
4 changes: 2 additions & 2 deletions 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.3"
version.workspace = true

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -69,7 +69,7 @@ cfg-if = "1.0.0"
chrono = { version = "0.4", optional = true, default-features = false, features = [
"now",
"std",
"wasmbind"
"wasmbind",
] }
futures-core = { version = "0.3" }
futures-util = { version = "0.3" }
Expand Down

0 comments on commit f02bf01

Please sign in to comment.