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
Hi @DelevoXDG , I am LaGodxy.
I’d like to help resolve the issue with Scarb downloading non-latest 0.x.y versions. I have experience with Rust, semantic versioning, and dependency management tools like Cargo, and I’m confident I can modify the resolver to always select the latest patch version.
If selected, I’ll ensure a quick, tested fix and submit a PR promptly. Let me know when I can proceed.
Example:
Building project:
will result in Scarb downloading and compiling project with version
0.33.0
, even though:0.33.1
is availablescarb build
The text was updated successfully, but these errors were encountered: