kinghajj / deque

A (mostly) lock-free concurrent work-stealing deque in Rust.
Other
232 stars 24 forks source link

New release on crates.io? #1

Closed renato-zannon closed 9 years ago

renato-zannon commented 9 years ago

Hi! The version on crates.io of deque doesn't compile on the current nightly, but the version on github does.

It would be great if you could make a new release :)

kinghajj commented 9 years ago

Done!

renato-zannon commented 9 years ago

Thank you :)