Skip to content

Commit 6cf0ecc

Browse files
committed
build: update evolution example binary to use workspace settings
1 parent f3cc13a commit 6cf0ecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/full/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "evolution"
3-
version = "1.2.0"
4-
edition = "2021"
3+
version = { workspace = true }
4+
edition = { workspace = true }
55
description = "🦖 Evolve your fixed-length data files into Apache Parquet, fully parallelized!"
66
publish = true
77
readme = { workspace = true }

0 commit comments

Comments
 (0)