cargo-script v0.1.5 Release Notes

  • ๐Ÿ†• New:

    • ๐Ÿ— cargo-script now (typically) defaults to using a shared build location. This means that, provided you're using the same compiler, dependencies won't need to be constantly re-built. This can be explicitly controlled by setting the --use-shared-binary-cache option to yes or no.

    • โž• Added --unstable-feature option. This allows you to specify unstable language features that should be enabled.

    ๐Ÿ”„ Changed:

    • ๐Ÿ— The build cache will be retained when the build fails. This means that dependencies don't have to be re-built when the script itself has an error in it.

    ๐Ÿ›  Fixed:

    • ๐Ÿ›  Fixed issue with evaluating an expression containing macros that capture.