Skip to content

Commit 344fcc1

Browse files
authored
[build] update manifest description for v1.0.0 (#38)
1 parent 3c8640e commit 344fcc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "evolution"
33
version = "1.0.0"
44
edition = "2021"
5-
description = "🦖 Evolve your fixed-length data files into Apache Arrow tables, fully parallelized!"
5+
description = "🦖 Evolve your fixed-length data files into Apache Parquet, fully parallelized!"
66
authors = [
77
"Ted Hammarlund <TedHammarlund@gmail.com>",
88
"Rickard Lundin <rickard@x14.se>",
@@ -51,4 +51,4 @@ glob = "0.3.1"
5151
[features]
5252
default = []
5353
rayon = [ "dep:rayon", "dep:atoi_simd" ]
54-
nightly = []
54+
nightly = []

0 commit comments

Comments
 (0)