SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.12k stars 182 forks source link

fails to build #781

Open DenuxPlays opened 3 months ago

DenuxPlays commented 3 months ago

Description

Fails to build.

Steps to Reproduce

  1. Checkout this repo: https://github.com/financrr/financrr-app/tree/fc1c9c7f8a9d853f4923285090e28b5f0c61791f
  2. run cargo build
  3. See the error

Expected Behavior

Just build like it does before.

Actual Behavior

Fails with this error: image

Reproduces How Often

Every time

Versions

0.31.0-rc.6

Additional Information

Picture: image

Repo to replicate: https://github.com/financrr/financrr-app/tree/fc1c9c7f8a9d853f4923285090e28b5f0c61791f

tyt2y3 commented 3 months ago

I am sure this bug originates in educe:

backend % cargo tree|grep educe                                
│   │   │   ├── educe v0.5.12 (proc-macro)

if I do:

cargo update educe --precise 0.5.11

it compiles.

DenuxPlays commented 3 months ago

I am sure this bug originates in educe:

backend % cargo tree|grep educe                                
│   │   │   ├── educe v0.5.12 (proc-macro)

if I do:

cargo update educe --precise 0.5.11

it compiles.

Thats what I thought. If I did it, it hasn't compiled?

DenuxPlays commented 3 months ago

But if it works for you I'll open an issue on educe