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
When you build Rust application that references the Rust SDK, you get a spurious warning:
warning: skipping duplicate package `spinhelloworld` found at `/home/ivan/.cargo/git/checkouts/spin-91500438ac5656d2/b316f47/examples/http-rust`
Looking at the directory, it seems Cargo checks out out the entire Spin repo into the Cargo cache. So I think the issue is that the repo contains several projects called spinhelloworld, and Cargo is looking at all of them as well as the SDK crate itself?
I don't think we used to see this, and I now see it on SDK revs going right back to 0.1.0, so I wonder if this is a new warning added to a recent version of Rust?
The text was updated successfully, but these errors were encountered:
When you build Rust application that references the Rust SDK, you get a spurious warning:
Looking at the directory, it seems Cargo checks out out the entire Spin repo into the Cargo cache. So I think the issue is that the repo contains several projects called
spinhelloworld
, and Cargo is looking at all of them as well as the SDK crate itself?I don't think we used to see this, and I now see it on SDK revs going right back to 0.1.0, so I wonder if this is a new warning added to a recent version of Rust?
The text was updated successfully, but these errors were encountered: