Skip to content

Commit

Permalink
build: Bump package version to 0.4.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Oct 12, 2023
1 parent 470666f commit 41f3b86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars-cli"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/pola-rs/polars-cli"
Expand All @@ -11,15 +11,15 @@ name = "polars"
path = "src/main.rs"

[dependencies]
atty = "0.2"
ciborium = "0.2"
clap = { version = "4.4.2", features = ["derive", "cargo"] }
atty = { version = "0.2" }
ciborium = { version = "0.2" }
clap = { version = "4", features = ["derive", "cargo"] }
nu-ansi-term = { version = "0.49", optional = true }
once_cell = "1"
reedline = "0.24"
serde = { version = "1.0.160", features = ["derive"] }
sqlparser = "0.38"
tmp_env = "0.1.1"
once_cell = { version = "1" }
reedline = { version = "0.24" }
serde = { version = "1", features = ["derive"] }
sqlparser = { version = "0.38" }
tmp_env = { version = "0.1" }

[dependencies.polars]
version = ">=0.33.0"
Expand Down

0 comments on commit 41f3b86

Please sign in to comment.