Skip to content

Commit e16c41a

Browse files
Pin chrono
1 parent 273b5b3 commit e16c41a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
authors = ["Matthew Turner <matthew.m.turner@outlook.com>"]
88
license = "Apache-2.0"
99
keywords = ["arrow", "query", "sql", "datafusion"]
10-
version = "0.2.2"
10+
version = "0.2.3"
1111
edition = "2021"
1212
default-run = "dft"
1313

@@ -17,6 +17,7 @@ default-run = "dft"
1717
arrow-flight = { version = "53.0.0", features = ["flight-sql-experimental"] , optional = true }
1818
async-trait = "0.1.80"
1919
clap = { version = "4.5.1", features = ["derive"] }
20+
chrono = "= 0.4.39"
2021
color-eyre = "0.6.3"
2122
crossterm = { version = "0.28.1", features = ["event-stream"] }
2223
datafusion = "43.0.0"

0 commit comments

Comments
 (0)