From 2616d1aedc6fad9f3e28634936dde8784dc246c5 Mon Sep 17 00:00:00 2001 From: "Heres, Daniel" Date: Mon, 20 Sep 2021 00:13:09 +0200 Subject: [PATCH] Formatting --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3685148639e..0e72860149b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" } futures = { version = "0.3", optional = true } # for faster hashing -ahash = { version="0.7", optional = true } +ahash = { version = "0.7", optional = true } parquet2 = { version = "0.5", optional = true, default_features = false, features = ["stream"] }