blabaere / scaproust

Implementation of the nanomsg "Scalability Protocols" in rust.
Apache License 2.0
192 stars 9 forks source link

The examples can't be built #5

Closed lilianmoraru closed 7 years ago

lilianmoraru commented 7 years ago

Because of stainless, the examples can't be built.

blabaere commented 7 years ago

I noticed this yesterday too and I started to move away from all features that requires the nightly build of rust. And the biggest change is of course the use of stainless in the unit tests. So I hope to push the changes this night, if not the next one.

blabaere commented 7 years ago

This should build now, using any rust release channel.