Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrusso8 committed Jul 3, 2024
1 parent 42c88e4 commit 1284830
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spark-connect-core"
version = "0.0.1-beta.4"
version = "0.0.1-beta.5"
authors.workspace = true
keywords.workspace = true
readme.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ path = "src/databricks.rs"
required-feature = ["tls"]

[dependencies]
spark-connect-rs = { version = "0.0.1-beta.4", path = "../rust" }
spark-connect-rs = { version = "0.0.1-beta.5", path = "../rust" }
tokio = { workspace = true, features = ["rt-multi-thread"] }

[features]
Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spark-connect-rs"
version = "0.0.1-beta.4"
version = "0.0.1-beta.5"
authors.workspace = true
keywords.workspace = true
readme.workspace = true
Expand All @@ -13,7 +13,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
spark-connect-core = { version = "0.0.1-beta.4", path = "../core" }
spark-connect-core = { version = "0.0.1-beta.5", path = "../core" }

[dev-dependencies]
tokio = { workspace = true }
Expand Down

0 comments on commit 1284830

Please sign in to comment.