mbrobbel commented on code in PR #2207: URL: https://github.com/apache/arrow-adbc/pull/2207#discussion_r1850074725
########## rust/Cargo.lock: ########## @@ -24,6 +24,15 @@ dependencies = [ "arrow-select", ] +[[package]] +name = "adbc_snowflake" +version = "0.15.0" Review Comment: The lock file is updated automatically by cargo. The package uses the workspace version, which is already updated by the version bump script. I added this crate to publish script in https://github.com/apache/arrow-adbc/pull/2207/commits/041f72ded9b594efa950454a6284385319ef3f9e. -- 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]
