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
On every rebuild of a contract the crates.io index is checked before building. That should not be the case with a lock file. Adds a small annoying delay to every rebuild.
The reason for that is probably because cargo contract overwrites the Cargo.toml for every build.
The text was updated successfully, but these errors were encountered:
athei
changed the title
cargo contract always updates the crates.io index
cargo contract always updates the crates.io index and does not respect the lockfile
Feb 1, 2023
athei
changed the title
cargo contract always updates the crates.io index and does not respect the lockfile
cargo contract always updates the crates.io index
Feb 1, 2023
On every rebuild of a contract the
crates.io
index is checked before building. That should not be the case with a lock file. Adds a small annoying delay to every rebuild.The reason for that is probably because
cargo contract
overwrites theCargo.toml
for every build.The text was updated successfully, but these errors were encountered: