Closed jareksgit closed 1 year ago
Surrealdb dependency is mapped to git repository https://github.com/rushmorem/surrealdb, instead to the official crates package registry.
https://github.com/rushmorem/surrealdb
Add this crate dependency to a rust project by running: cargo add surrealdb-rs --git https://github.com/surrealdb/surrealdb.rs
cargo add surrealdb-rs --git https://github.com/surrealdb/surrealdb.rs
In this Cargo.toml file the dependency should be mapped to crates package registry.
This version
No response
Thank you @jareksgit. This is a known issue. We are still waiting for https://github.com/surrealdb/surrealdb/pull/1354 to be merged.
Now that the Rust client library is being merged with the surrealdb crate itself, I am going to close this issue!
surrealdb
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