starknet-foundry
starknet-foundry copied to clipboard
Fix `init_new_project_test` test
Which components does the task require to be changed? (think hard pls)
snforge
Description
It's logic cannot work with new init
since it will get package version from Cargo.toml
, even if it's not released, resulting in a crash when generating lockfile.
This needs to be addressed but cannot as of now, since CARGO_PKG_VERSION
cannot be overriden currently from test