Skip to content

Releases: vercel-community/rust

4.0.0.beta.1

14 Mar 09:21
fda52d8
Compare
Choose a tag to compare
4.0.0.beta.1 Pre-release
Pre-release

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

13 Mar 11:00
e707d69
Compare
Choose a tag to compare
4.0.0.beta.0 Pre-release
Pre-release

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

09 Sep 13:58
Compare
Choose a tag to compare

Patches

  • Fix: Destroy stdout and stderr on child vercel process: #50
  • Fix: process.env members could be undefined, abstract into RustEnv type: #49

Credits

Huge thanks to @icyJoseph for helping!

3.1.1

25 Aug 02:47
Compare
Choose a tag to compare

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

30 Aug 21:16
50a4d00
Compare
Choose a tag to compare

Bug fixes

  • #24 Add support for .exe extensions
  • Update dependencies

2.0.0

14 Apr 01:49
832ced3
Compare
Choose a tag to compare

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

01 Aug 20:57
47ffa32
Compare
Choose a tag to compare

New features

  • Rust will be installed through a now lifecycle hook in package.json rather than by the builder #5

Initial release

01 Aug 20:57
3f00f63
Compare
Choose a tag to compare

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.