Skip to content

Commit 29a5eec

Browse files
authored
Merge pull request #3 from exasol-labs/chore/bump-exarrow-rs-0.6.4
chore: bump exarrow-rs to 0.6.4
2 parents adc166d + a913283 commit 29a5eec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 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 = "exapump"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "The simplest path from file to Exasol table — a single-binary CLI for CSV and Parquet ingest."
66
license = "MIT"
@@ -11,7 +11,7 @@ name = "exapump"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
exarrow-rs = "0.6.3"
14+
exarrow-rs = "0.6.4"
1515
clap = { version = "4", features = ["derive", "env"] }
1616
tokio = { version = "1", features = ["full"] }
1717
anyhow = "1"

0 commit comments

Comments
 (0)