Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor _Scarb.toml_ refactors #251

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

0xNeshi
Copy link
Contributor

@0xNeshi 0xNeshi commented Oct 18, 2024

Description

  • add edition to the workspace Scarb.toml file and set all package editions to edition.workspace = true
  • move snforge_std dependency to [dev-dependencies] where it belongs
  • remove redundant casm = true keys
  • remove redundant [lib] tables
  • update cairo_test version to point to workspace's in mappings

Checklist

  • CI Verifier: Run ./scripts/cairo_programs_verifier.sh successfully

@@ -122,6 +121,7 @@ snforge_std.workspace = true

[dev-dependencies]
assert_macros.workspace = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why many packages don't have assert_macros declared in their tomls, and yet they work just fine.
AFAIK this package should be declared explicitly from 2.8.1 at least

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant