From 54a080135e79fc8ae33fa5b6b9d054f0d3fe3ff0 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 7 Dec 2024 07:41:26 -0500 Subject: [PATCH] purposely introduce msrv brek --- arrow-schema/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/arrow-schema/Cargo.toml b/arrow-schema/Cargo.toml index 628d4a683ca..230373f11c9 100644 --- a/arrow-schema/Cargo.toml +++ b/arrow-schema/Cargo.toml @@ -36,6 +36,7 @@ bench = false [dependencies] serde = { version = "1.0", default-features = false, features = ["derive", "std", "rc"], optional = true } bitflags = { version = "2.0.0", default-features = false, optional = true } +criterion = { version = "0.5", default-features = false } [features] # Enable ffi support