Commit d1b04bf
Merge #16
16: Bump actions-rs/toolchain from 1 to 1.0.7 r=Yatekii a=dependabot[bot]
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions-rs/toolchain/releases">actions-rs/toolchain's releases</a>.</em></p>
<blockquote>
<h2>v1.0.6</h2>
<p>See Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#106---2020-03-24">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#106---2020-03-24</a></p>
<h2>v1.0.5</h2>
<p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#105---2020-01-26">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#105---2020-01-26</a></p>
<h2>v1.0.4</h2>
<p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#104---2020-01-26">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#104---2020-01-26</a></p>
<h2>v1.0.3</h2>
<p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#103---2019-10-19">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#103---2019-10-19</a></p>
<h2>v1.0.2</h2>
<p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#102---2019-10-14">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#102---2019-10-14</a></p>
<h2>v1.0.1</h2>
<p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#101---2019-10-05">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#101---2019-10-05</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md">actions-rs/toolchain's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2>[1.0.6] - 2020-03-24</h2>
<h3>Added</h3>
<ul>
<li>Pass <code>allow-downgrade</code> flag to <code>rustup</code> if <code>nightly</code> toolchain with components requested</li>
</ul>
<h2>[1.0.5] - 2020-01-26</h2>
<h3>Fixed</h3>
<ul>
<li><code>rustup</code> version parser does not fail Action execution on <code>macOS-latest</code> VM images anymore</li>
</ul>
<h2>[1.0.4] - 2020-01-26</h2>
<h3>Added</h3>
<ul>
<li>Support for the <code>rust-toolchain</code> file: If the toolchain input is not given, we will try and install the version specified in the <code>rust-toolchain</code> file.</li>
<li>Action outputs with <code>rustc</code>, <code>cargo</code> and <code>rustup</code> versions installed</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/actions-rs/toolchain/compare/v1...v1.0.7">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@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)
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments