Releases: vercel-community/rust
Releases · vercel-community/rust
4.0.0.beta.1
Patches
- Fix to support build targets with different name than its path filename
Credits
Huge thanks to @williamboman for helping!
4.0.0.beta.0
Breaking Changes
- New builder and runtime crate (published as
vercel_runtime
)
Patches
- Reworked tests
- Added examples
Credits
Huge thanks to @dglsparsons and @craigandrews for helping out on this one.
3.1.2
3.1.1
Patches
- Chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9: #40
- Refactor tests to use vercel dev: #38
- Chore(deps): bump lodash from 4.17.20 to 4.17.21: #39
- Chore(deps): bump normalize-url from 4.5.0 to 4.5.1: #42
- Run Prettier, update license, package info, and README.: #44
Credits
Huge thanks to @de-luca for helping!
Support Windows and update dependencies
Bug fixes
- #24 Add support for .exe extensions
- Update dependencies
2.0.0
Big thanks to ekadas for fixing a ton of issues!
Breaking changes
- OpenSSL is no longer installed by default
- Platform version 1 is no longer supported
Cargo.toml
is no longer a valid entrypoint
Bug fixes
now dev
is now 100% functional 🎉
Install rust via now
New features
- Rust will be installed through a now lifecycle hook in
package.json
rather than by the builder #5
Initial release
This is the initial release as a community-maintained repository. It includes all the existing data from the old official builder as well as the docs from the zeit builder page.
For previous version, please see the official builder repo.