Skip to content

Commit 41f3b86

Browse files
authored
build: Bump package version to 0.4.0 (#26)
1 parent 470666f commit 41f3b86

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars-cli"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/pola-rs/polars-cli"
@@ -11,15 +11,15 @@ name = "polars"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
atty = "0.2"
15-
ciborium = "0.2"
16-
clap = { version = "4.4.2", features = ["derive", "cargo"] }
14+
atty = { version = "0.2" }
15+
ciborium = { version = "0.2" }
16+
clap = { version = "4", features = ["derive", "cargo"] }
1717
nu-ansi-term = { version = "0.49", optional = true }
18-
once_cell = "1"
19-
reedline = "0.24"
20-
serde = { version = "1.0.160", features = ["derive"] }
21-
sqlparser = "0.38"
22-
tmp_env = "0.1.1"
18+
once_cell = { version = "1" }
19+
reedline = { version = "0.24" }
20+
serde = { version = "1", features = ["derive"] }
21+
sqlparser = { version = "0.38" }
22+
tmp_env = { version = "0.1" }
2323

2424
[dependencies.polars]
2525
version = ">=0.33.0"

0 commit comments

Comments
 (0)