Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit 906ca31

Browse files
build: Set version to 0.9.0 and update dependencies (#78)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d526b2 commit 906ca31

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars-cli"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/pola-rs/polars-cli"
@@ -18,7 +18,7 @@ nu-ansi-term = { version = "0.50", optional = true }
1818
once_cell = { version = "1" }
1919
reedline = { version = "0.38" }
2020
serde = { version = "1", features = ["derive"] }
21-
sqlparser = { version = "0.52" }
21+
sqlparser = { version = "0.53" }
2222
tmp_env = { version = "0.1" }
2323

2424
[dependencies.polars]

0 commit comments

Comments
 (0)