apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

Update twox-hash requirement from 1.6 to 2.0 #6686

Closed crepererum closed 2 weeks ago

crepererum commented 2 weeks ago

Replaces #6677.

crepererum commented 2 weeks ago

Ahh, MSRV for that crate is now Rust 1.81. I guess that's too new?

tustvold commented 2 weeks ago

MSRV for that crate is now Rust 1.81

That is quite aggressively recent, having only been released in September. Perhaps we should sit on this for a bit?

alamb commented 2 weeks ago

See also https://github.com/apache/arrow-rs/pull/6583 from @shepmaster

crepererum commented 2 weeks ago

Closing in favor of #6583.