diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 30060665934c..c418d17ce29b 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -25,7 +25,7 @@ keywords = ["arrow", "datafusion", "query", "sql"] license = "Apache-2.0" homepage = "https://datafusion.apache.org" repository = "https://github.com/apache/datafusion" -rust-version = "1.80.1" +rust-version = "1.81.0" readme = "README.md" [dependencies]