mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 17:51:42 +02:00
Clean column names (#3678)
* Type in command description * filter name change * Clean column name * Clippy error and updated polars version * Lint correction in file
This commit is contained in:
@ -39,7 +39,7 @@ nu-ansi-term = { version="0.33.1", path="../nu-ansi-term" }
|
||||
|
||||
[dependencies.polars]
|
||||
git = "https://github.com/pola-rs/polars"
|
||||
rev = "f60d86bc0921bd42635e8a33e7aad28ebe62dc3e"
|
||||
rev = "adc358b437f93bc7f844a94d68c064616e9d2ac2"
|
||||
version = "0.14.2"
|
||||
optional = true
|
||||
features = ["strings", "checked_arithmetic"]
|
||||
|
Reference in New Issue
Block a user