Skip to content

Commit

Permalink
[Rust] Bump workspace version (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu authored Sep 8, 2023
1 parent 44e8e79 commit 5ab23cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ runs:
working-directory: rust
shell: bash
run: |
cargo install cargo-bump
cargo bump ${{ inputs.part }}
cargo install cargo-workspaces
cargo ws version --no-git-commit --no-git-push --no-git-tag ${{ inputs.part }}
6 changes: 3 additions & 3 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "pylance"
version = "0.7.3"
version = "0.7.4"
edition = "2021"
authors = ["Lance Devs <dev@eto.ai>"]
authors = ["Lance Devs <dev@lancedb.com>"]
rust-version = "1.65"
exclude = ["python/lance/conftest.py"]

Expand Down Expand Up @@ -34,4 +34,4 @@ prost-build = "0.11"

[profile.release-with-debug]
inherits = "release"
debug = true
debug = true
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "pylance"
dependencies = ["pyarrow>=10", "numpy>=1.22"]
description = "python wrapper for lance-rs"
description = "python wrapper for Lance columnar format"
authors = [
{ name = "Lance Devs", email = "dev@eto.ai" },
{ name = "Lance Devs", email = "dev@lancedb.com" },
]
license = { file = "LICENSE" }
repository = "https://github.com/eto-ai/lance"
Expand Down
10 changes: 5 additions & 5 deletions rust/lance/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "lance"
version = "0.7.4"
edition = "2021"
authors = ["Lance Devs <[email protected]>"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "A columnar data format that is 100x faster than Parquet for random access."
license = "Apache-2.0"
repository = "https://github.com/lancedb/lance"
readme = "README.md"
rust-version = "1.65"
keywords = [
Expand Down

0 comments on commit 5ab23cf

Please sign in to comment.