-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: prepare release 0.6.0 #42
Conversation
Signed-off-by: Ruihang Xia <[email protected]>
Reproduce it after |
arrow 53.4.1 fixes this bug (thanks to apache/arrow-rs#7233), but for some reason Cargo installs 53.4.0 instead. |
I can't get this version locally either. Let me see what happens... |
Actually, that makes sense. Cargo sees it can install either the latest version of arrow, xor the latest version of chrono. So it has to pick one... which happens to be the one we don't want |
#43 should fix it |
All green 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Available on https://crates.io/crates/orc-rust |
Closes #41