Odonno / surrealdb-migrations

An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.
https://crates.io/crates/surrealdb-migrations
MIT License
210 stars 16 forks source link

Fix compilation failures caused by `surrealdb` API changes. #51

Closed gibbz00 closed 11 months ago

gibbz00 commented 1 year ago

Fixes: https://github.com/Odonno/surrealdb-migrations/issues/50

dave42w commented 1 year ago

I'd love to test this with SurrealDB beta 11. I've been out of things for a while so not sure how to get cargo to use the latest github main branch? Or are you about to do a beta11 release (given 1.0.0 due on Wed probably not worth it?)

gibbz00 commented 1 year ago

Check out the surrealdb dependency in the cargo.toml of this repository for an example :) it assumes the default branch (main). Another example:

https://github.com/rust-lang/cargo/issues/126

johansmitsnl commented 1 year ago

See #53 now the 1.0.0 release is out.

Odonno commented 11 months ago

Thank you for your effort @gibbz00.

I am being forced to close it because #53 is already merged.