Skip to content

Commit

Permalink
fix: toml
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Nov 3, 2024
1 parent 14b90bd commit 169f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ common-datasource.workspace = true
common-decimal.workspace = true
common-error.workspace = true
common-macro.workspace = true
common-meta = { workspace = true, features = ["testing"] }
common-query.workspace = true
common-recordbatch.workspace = true
common-runtime.workspace = true
common-telemetry.workspace = true
common-test-util = { workspace = true, optional = true }
common-time.workspace = true
common-wal.workspace = true
common-meta = {workspace = true, features = ["testing"]}
crc32fast = "1"
crossbeam-utils.workspace = true
datafusion.workspace = true
Expand Down

0 comments on commit 169f335

Please sign in to comment.