example/axum_example can't build #905
-
axum_example can not build when i delete line 28 in Cargo.toml (path = "../../" # remove this line in your own project) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @jellybobbin, thanks for asking!! It's expected and normal. You need to remove
|
Beta Was this translation helpful? Give feedback.
-
@billy1624 In fact, I did it before I asked。but now it's ok. thx |
Beta Was this translation helpful? Give feedback.
-
Welcomed! |
Beta Was this translation helpful? Give feedback.
Hey @jellybobbin, thanks for asking!! It's expected and normal. You need to remove
path = "..."
on threeCargo.toml
at the same time:sea-orm/examples/axum_example/Cargo.toml
Lines 27 to 36 in 4111649
sea-orm/examples/axum_example/migration/Cargo.toml
Lines 14 to 21 in 4111649