Skip to content

Commit

Permalink
chore: bump to 0.2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe authored Oct 12, 2024
1 parent becd796 commit 4b09090
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions fusio-dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition.workspace = true
license.workspace = true
name = "fusio-dispatch"
repository.workspace = true
version = "0.1.0"
version = "0.2.0"

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

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

[dependencies]
async-stream = { version = "0.3" }
fusio = { version = "0.1", path = "../fusio", features = [
fusio = { version = "0.2.0", path = "../fusio", features = [
"bytes",
"dyn",
"object_store",
Expand Down
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.1.1"
version = "0.2.0"

[dependencies]
bytes = { workspace = true }
fusio = { version = "0.1", path = "../fusio", features = [
fusio = { version = "0.2.0", 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 @@ -4,7 +4,7 @@ edition.workspace = true
license.workspace = true
name = "fusio"
repository.workspace = true
version = "0.1.1"
version = "0.2.0"

[features]
aws = [
Expand Down

0 comments on commit 4b09090

Please sign in to comment.