Commits
- [`85bc5b9`](https://github.com/alexcrichton/cc-rs/commit/85bc5b9fce81177ed8024e5241136417c6008db8) Bump to 1.0.38
- [`fb1ae59`](https://github.com/alexcrichton/cc-rs/commit/fb1ae597983a8dc0547c100b88bde7b8ff878a91) Merge pull request [#421](https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/421) from spl/serialize-env-tests
- [`5acdb66`](https://github.com/alexcrichton/cc-rs/commit/5acdb66980403878c7b5b2f66010c6aae2f3ed20) Remove `--test-threads 1` on Azure
- [`8156af3`](https://github.com/alexcrichton/cc-rs/commit/8156af3a28497207a863d95da90659076142ea7b) Don't hard link the gcc-shim executable on macOS
- [`d098048`](https://github.com/alexcrichton/cc-rs/commit/d09804846d77cbcbc74e01e4a4b63203f11bf1bf) Move env var tests into separate modules
- [`17ef91a`](https://github.com/alexcrichton/cc-rs/commit/17ef91a6e145ffd94974be2614951cd2b8da8691) Merge pull request [#420](https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/420) from spl/gcc-shim-expect
- [`0aee3eb`](https://github.com/alexcrichton/cc-rs/commit/0aee3eb85e7a10ec11c2682edeaaeecdbc4d7f6c) Improve error reporting
- [`d2ba46f`](https://github.com/alexcrichton/cc-rs/commit/d2ba46f65cbf56b6b8852a3ab277c45259e38811) Merge pull request [#417](https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/417) from BaoshanPang/vxworks
- [`7053adf`](https://github.com/alexcrichton/cc-rs/commit/7053adf311a1cc02af447e53239c7dc3fc4b455f) use vx-cxx
- [`8a17c47`](https://github.com/alexcrichton/cc-rs/commit/8a17c47260ac548d1f5b245b76dd71859aed42b2) Add support for vxWorks using vx-cc
- Additional commits viewable in [compare view](https://github.com/alexcrichton/cc-rs/compare/1.0.37...1.0.38)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps cc from 1.0.37 to 1.0.38.
Commits
- [`85bc5b9`](https://github.com/alexcrichton/cc-rs/commit/85bc5b9fce81177ed8024e5241136417c6008db8) Bump to 1.0.38 - [`fb1ae59`](https://github.com/alexcrichton/cc-rs/commit/fb1ae597983a8dc0547c100b88bde7b8ff878a91) Merge pull request [#421](https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/421) from spl/serialize-env-tests - [`5acdb66`](https://github.com/alexcrichton/cc-rs/commit/5acdb66980403878c7b5b2f66010c6aae2f3ed20) Remove `--test-threads 1` on Azure - [`8156af3`](https://github.com/alexcrichton/cc-rs/commit/8156af3a28497207a863d95da90659076142ea7b) Don't hard link the gcc-shim executable on macOS - [`d098048`](https://github.com/alexcrichton/cc-rs/commit/d09804846d77cbcbc74e01e4a4b63203f11bf1bf) Move env var tests into separate modules - [`17ef91a`](https://github.com/alexcrichton/cc-rs/commit/17ef91a6e145ffd94974be2614951cd2b8da8691) Merge pull request [#420](https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/420) from spl/gcc-shim-expect - [`0aee3eb`](https://github.com/alexcrichton/cc-rs/commit/0aee3eb85e7a10ec11c2682edeaaeecdbc4d7f6c) Improve error reporting - [`d2ba46f`](https://github.com/alexcrichton/cc-rs/commit/d2ba46f65cbf56b6b8852a3ab277c45259e38811) Merge pull request [#417](https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/417) from BaoshanPang/vxworks - [`7053adf`](https://github.com/alexcrichton/cc-rs/commit/7053adf311a1cc02af447e53239c7dc3fc4b455f) use vx-cxx - [`8a17c47`](https://github.com/alexcrichton/cc-rs/commit/8a17c47260ac548d1f5b245b76dd71859aed42b2) Add support for vxWorks using vx-cc - Additional commits viewable in [compare view](https://github.com/alexcrichton/cc-rs/compare/1.0.37...1.0.38)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.