alamb commented on PR #10031: URL: https://github.com/apache/arrow-rs/pull/10031#issuecomment-4605136589
> pushed a revised PR @alamb. im not sure why the CI is failing. I'm running `./regen.sh` but that isnt resolving it. Looks like the fail is https://github.com/apache/arrow-rs/actions/runs/26834183268/job/79123485734?pr=10031 ``` Run git diff --exit-code diff --git a/Cargo.lock b/Cargo.lock index 28fe6a4..9e5963a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,6 +348,7 @@ dependencies = [ "base64", "bytes", "clap", + "criterion", "futures", "http", "http-body", @@ -1063,6 +1064,7 @@ dependencies = [ "serde", "serde_json", "tinytemplate", + "tokio", "walkdir", ] ``` do we need to check in the Cargo.lock file 🤔 -- 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]
