lewiszlw commented on code in PR #12334: URL: https://github.com/apache/datafusion/pull/12334#discussion_r1744957053
########## datafusion-cli/Cargo.toml: ########## @@ -26,7 +26,7 @@ license = "Apache-2.0" homepage = "https://datafusion.apache.org" repository = "https://github.com/apache/datafusion" # Specify MSRV here as `cargo msrv` doesn't support workspace version -rust-version = "1.76" +rust-version = "1.78" Review Comment: Due to ci error: error: package `aws-sdk-ssooidc v1.42.0` cannot be built because it requires rustc 1.78.0 or newer, while the currently active rustc version is 1.76.0\nEither upgrade to rustc 1.78.0 or newer, or use\ncargo update [email protected] --precise ver\nwhere `ver` is the latest version of `aws-sdk-ssooidc` supporting rustc 1.76.0\n" cmd="1.76.0-x86_64-unknown-linux-gnu cargo check" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
