Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
--no-warnings
flag to hide Scarb / compiler warnings when working with Scarb.scarb doc
,pub(crate)
items are now treated like private items, thus they are not included in the generated docs. This is motivated by the fact, that those items are not part of the public package API. To include private items in generated docs, please use--document-private-items
.Cairo Version
This version of Scarb comes with Cairo
v2.10.0
.What's Changed
enable-gas=false
by @DelevoXDG in Disable gas cfg whenenable-gas=false
software-mansion/scarb#1904enable-gas
docs by @DelevoXDG in Updateenable-gas
docs software-mansion/scarb#1905scarb execute
outputs by @DelevoXDG in Fixscarb execute
outputs software-mansion/scarb#1918scarb prove
by @DelevoXDG in Addscarb prove
software-mansion/scarb#1900scarb verify
by @DelevoXDG in Addscarb verify
software-mansion/scarb#1922New Contributors
Full Changelog: software-mansion/scarb@v2.10.0-rc.1...v2.10.0