You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thanks for this extension 🚀 It does help me a lot!
I've just now updated my project structure to define the package version centrally inside the workspace Cargo.toml and then only reference it in the packages using version = { workspace = true }.
My project is structured like this:
Hi,
first of all, thanks for this extension 🚀 It does help me a lot!
I've just now updated my project structure to define the package version centrally inside the workspace
Cargo.toml
and then only reference it in the packages usingversion = { workspace = true }
.My project is structured like this:
Previously, every package had the same version specified inside the respective
Cargo.toml
, now I've moved it to the top-level workspaceCargo.toml
.Trying to build the docs now results in:
My
conf.py
:The text was updated successfully, but these errors were encountered: