rethinkdb / rethinkdb-rs

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

Cargo sources are very out of date #16

Closed tavurth closed 6 years ago

tavurth commented 6 years ago

The cargo sources are still at version 0.0.1, and fail to build on the nightly, giving Bufstream not found in std::io.

Could we update to 0.0.8?

rushmorem commented 6 years ago

That's a different crate. This crate is reql on crates.io and it's already on 0.0.8. I understand the confusion with this repos' organisation name though.

tavurth commented 6 years ago

Ok, thanks I didn't see it. Is there a way we could index reql when searching for rethinkdb on crates.io?

rushmorem commented 6 years ago

Unless I'm misunderstanding you, it already shows up in the search results for that term. It's on number 3. Just below rust-rethinkdb.

tavurth commented 6 years ago

Ah, my bad. I guess I got confused because the repo-group here has the same name as that crate.

rushmorem commented 6 years ago

No problem. I have renamed the organisation name to rethinkdb-rs. I hope this will help.