From 4f530b6c6106e97a824e89fac6747a6e93f7e0b3 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 25 Jun 2024 11:13:22 +0100 Subject: [PATCH] make compatible with 1.73 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 81581f2..aa4521a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ datafusion-execution = "39" codspeed-criterion-compat = "2.3" criterion = "0.5.1" datafusion = "39" +clap = "~4.4" # for testing on MSRV 1.73 tokio = { version = "1.37", features = ["full"] } [lints.clippy]