surrealdb / surrealdb.rs

SurrealDB driver for Rust
https://surrealdb.com
Apache License 2.0
64 stars 7 forks source link

Bug: dependency for surrealdb #7

Closed jareksgit closed 1 year ago

jareksgit commented 1 year ago

Describe the bug

Surrealdb dependency is mapped to git repository https://github.com/rushmorem/surrealdb, instead to the official crates package registry.

Steps to reproduce

Add this crate dependency to a rust project by running: cargo add surrealdb-rs --git https://github.com/surrealdb/surrealdb.rs

Expected behaviour

In this Cargo.toml file the dependency should be mapped to crates package registry.

SurrealDB version

This version

Contact Details

No response

Is there an existing issue for this?

Code of Conduct

rushmorem commented 1 year ago

Thank you @jareksgit. This is a known issue. We are still waiting for https://github.com/surrealdb/surrealdb/pull/1354 to be merged.

tobiemh commented 1 year ago

Now that the Rust client library is being merged with the surrealdb crate itself, I am going to close this issue!