Hi, I am trying to use the arrow rust binding on rust , and the compilation failed because of the use of "#![feature(specialization)]" , A feature that is available in the nightly release but not in the stable .
On the other hand - I don't want to compile the whole project with the nightly compiler. Is there a way to workaround this issue? thanks , Eyal
