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
Interface changes
cairo-version
fields in package manifests can be ignored with new--ignore-cairo-version
flag.add_redeposit_gas
flag.Compilation model changes
use crate::(...)
instead.Warnings and diagnostics
Bug fixes
Procedural macros changes
[cairo-plugin]
target) can now be packaged withscarb package
and published withscarb publish
.New Scarb doc features
scarb doc
now includes docs of modules reexported from the package.[some::cairo::path]
syntax, as clickable links.scarb doc
now includes struct's members signatures.doc(hidden)
attributes are skipped when generating documentation withscarb doc
.Cairo Version
This version of Scarb comes with Cairo
v2.9.1
.What's Changed
--no-verify
is passed by @DelevoXDG in Fix packaging plugins when--no-verify
is passed software-mansion/scarb#1643scarb-doc
-generated corelib docs to GitHub Pages by @DelevoXDG in Addscarb-doc
-generated corelib docs to GitHub Pages software-mansion/scarb#1658scarb-metadata
release1.13.0
by @maciektr in Preparescarb-metadata
release1.13.0
software-mansion/scarb#1694--ignore-cairo-version
flag by @DelevoXDG in Add--ignore-cairo-version
flag software-mansion/scarb#1666cairo-lang-macro
by @Draggu in Add derives tocairo-lang-macro
software-mansion/scarb#1676proc-macro-server
command by @Draggu in Addproc-macro-server
command software-mansion/scarb#1679ProcMacroHost
by @Draggu in Proc macro server: LoadProcMacroHost
software-mansion/scarb#1680RpcResponse
result helper by @Draggu in AddRpcResponse
result helper software-mansion/scarb#1719DefinedMacros
handler by @Draggu in AddDefinedMacros
handler software-mansion/scarb#1683ExpandAttribute
handler by @Draggu in AddExpandAttribute
handler software-mansion/scarb#1684ExpandDerive
handler by @Draggu in AddExpandDerive
handler software-mansion/scarb#1685ExpandInline
handler by @Draggu in AddExpandInline
handler software-mansion/scarb#1686cairo-lang-macro
release0.1.1
by @maciektr in Preparecairo-lang-macro
release0.1.1
software-mansion/scarb#1740scarb-proc-macro-server-types
release0.1.0
. by @maciektr in Preparescarb-proc-macro-server-types
release0.1.0
. software-mansion/scarb#17412.9.1
by @maciektr in Prepare release2.9.1
software-mansion/scarb#1791New Contributors
Full Changelog: software-mansion/scarb@v2.8.0...v2.9.1