Skip to content

Commit efa9bac

Browse files
committed
fix typo
1 parent d1a9368 commit efa9bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ indexmap = "2.0.0"
104104
itertools = "0.12"
105105
log = "^0.4"
106106
num_cpus = "1.13.0"
107-
object_store = { version = "0.9.1", dafault-features = false }
107+
object_store = { version = "0.9.1", default-features = false }
108108
parking_lot = "0.12"
109109
parquet = { version = "51.0.0", default-features = false, features = ["arrow", "async", "object_store"] }
110110
rand = "0.8"

0 commit comments

Comments
 (0)