SindriFr
SindriFr
I suggest also updating the macro crate to the 2024 edition and minimum rust version 1.88 ([rust issue](https://github.com/rust-lang/rust/issues/53667) ``` error[E0658]: `let` expressions in this position are unstable --> macros/src/custom_fields.rs:85:8 |...
I also have this issue. It seems to occur for me when annotating async-graphql resolvers with #[instrument]. I think it takes a bunch of resolvers to trigger. I count 137...
I found a workaround for this issue for anyone encountering this in the future. The compilation issue can be resolved by splitting the root object into smaller sets of merged...
> sorry, recently there's a lot of changes on master. can you cherry-pick your commit to merge into 0.32.x? I believe that's [77528da](https://github.com/SeaQL/sea-query/commit/77528da7c28fb02a540a1f1be34b38832056de12) ? sadly we can't depend on sqlx...
@tyt2y3 You mentioned that sqlx should not be depended on by the root crate. I see that postgres_types (a dependency of sea-query) provides ToSql and FromSql implementations for geo-types Point,...