rethinkdb / rethinkdb-rs

A native RethinkDB driver written in Rust
Apache License 2.0
210 stars 27 forks source link

The driver is currently broken #5

Closed rushmorem closed 7 years ago

rushmorem commented 7 years ago

The current version of this driver (v0.0.6) depends on scram (v0.1.0) which depends on ring (v0.6) which was recently yanked along with almost all old versions. scram v0.2.0 which depends on the latest ring version has since been released but unfortunately it contains breaking changes so simply bumping its version didn't doesn't cut it.

rushmorem commented 7 years ago

Now fixed on master. Will release v0.0.7 shortly.