Skip to content

Commit

Permalink
make compatible with 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jun 25, 2024
1 parent 40ac4bd commit 4f530b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4f530b6

Please sign in to comment.