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

Crate documentation not build for 1.2.0 #76

Closed johansmitsnl closed 6 months ago

johansmitsnl commented 6 months ago

Describe the bug The crate documentation is not able to build.

To Reproduce See https://docs.rs/crate/surrealdb-migrations/1.2.0/builds/1138412

Expected behavior Documentation should be able to build

The commit that broke it is: 680152700bf9eee5080f83110e3403c51b09db12. Here you add the feature flag to the .cargo/config.toml.

You also need to enable this flag in order to build the project but it is not mentioned in the documentation.

Odonno commented 6 months ago

Hello Johan,

Good catch. Must add the rustflags to docs build too.

Odonno commented 6 months ago

Fixed in v1.2.2

Thank you again for creating this issue @johansmitsnl