Skip to content

Commit

Permalink
build: Set version to 0.9.0 and update dependencies (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
polars-ci[bot] and github-actions[bot] authored Jan 12, 2025
1 parent 6d526b2 commit 906ca31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars-cli"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/pola-rs/polars-cli"
Expand All @@ -18,7 +18,7 @@ nu-ansi-term = { version = "0.50", optional = true }
once_cell = { version = "1" }
reedline = { version = "0.38" }
serde = { version = "1", features = ["derive"] }
sqlparser = { version = "0.52" }
sqlparser = { version = "0.53" }
tmp_env = { version = "0.1" }

[dependencies.polars]
Expand Down

0 comments on commit 906ca31

Please sign in to comment.