Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Bump fixed from 1.5.0 to 1.6.0 #2491

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fixed from 1.5.0 to 1.6.0.

Changelog

Sourced from fixed's changelog.

Version 1.6.0 (2021-02-05)

Commits

Dependabot compatibility score

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 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 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)
  • @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:

  • Update frequency (including time of day and day of week)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 5, 2021
Copy link
Contributor

@tomtau tomtau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

bors bot added a commit that referenced this pull request Feb 8, 2021
2491: Bump fixed from 1.5.0 to 1.6.0 r=tomtau a=dependabot-preview[bot]

Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.5.0 to 1.6.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md">fixed's changelog</a>.</em></p>
<blockquote>
<h1>Version 1.6.0 (2021-02-05)</h1>
<ul>
<li>The crate now requires rustc version 1.47.0 or later.</li>
<li>The optional  [<em>az</em> crate] dependency was updated to
<a href="https://docs.rs/az/~1.1/az/index.html">version 1.1</a>.</li>
<li>The <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.unsigned_abs"><code>unsigned_abs</code></a> method was added to all signed
fixed-point types and to the <a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.FixedSigned.html"><code>FixedSigned</code></a> trait.</li>
<li>The following methods are now <code>const</code> functions:
<ul>
<li><a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_neg"><code>checked_neg</code></a>, <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_add"><code>checked_add</code></a>,
<a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_sub"><code>checked_sub</code></a>, <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_mul_int"><code>checked_mul_int</code></a>,
<a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_shl"><code>checked_shl</code></a>, <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_shr"><code>checked_shr</code></a>,
<a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_abs"><code>checked_abs</code></a></li>
</ul>
</li>
<li>The <a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.ToFixed.html#method.unwrapped_to_fixed"><code>unwrapped_to_fixed</code></a> method was added to the
<a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.ToFixed.html"><code>ToFixed</code></a> trait.</li>
<li>The <a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.FromFixed.html#method.unwrapped_from_fixed"><code>unwrapped_from_fixed</code></a> method was added to the
<a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.FromFixed.html"><code>FromFixed</code></a> trait.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://gitlab.com/tspiteri/fixed/commits/master">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=fixed&package-manager=cargo&previous-version=1.5.0&new-version=1.6.0)](https://dependabot.com/compatibility-score/?dependency-name=fixed&package-manager=cargo&previous-version=1.5.0&new-version=1.6.0)

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)
- `@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)
- 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)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 8, 2021

Build failed:

@tomtau
Copy link
Contributor

tomtau commented Feb 8, 2021

bors retry

bors bot added a commit that referenced this pull request Feb 8, 2021
2491: Bump fixed from 1.5.0 to 1.6.0 r=tomtau a=dependabot-preview[bot]

Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.5.0 to 1.6.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md">fixed's changelog</a>.</em></p>
<blockquote>
<h1>Version 1.6.0 (2021-02-05)</h1>
<ul>
<li>The crate now requires rustc version 1.47.0 or later.</li>
<li>The optional  [<em>az</em> crate] dependency was updated to
<a href="https://docs.rs/az/~1.1/az/index.html">version 1.1</a>.</li>
<li>The <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.unsigned_abs"><code>unsigned_abs</code></a> method was added to all signed
fixed-point types and to the <a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.FixedSigned.html"><code>FixedSigned</code></a> trait.</li>
<li>The following methods are now <code>const</code> functions:
<ul>
<li><a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_neg"><code>checked_neg</code></a>, <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_add"><code>checked_add</code></a>,
<a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_sub"><code>checked_sub</code></a>, <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_mul_int"><code>checked_mul_int</code></a>,
<a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_shl"><code>checked_shl</code></a>, <a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_shr"><code>checked_shr</code></a>,
<a href="https://docs.rs/fixed/~1.6/fixed/struct.FixedI32.html#method.checked_abs"><code>checked_abs</code></a></li>
</ul>
</li>
<li>The <a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.ToFixed.html#method.unwrapped_to_fixed"><code>unwrapped_to_fixed</code></a> method was added to the
<a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.ToFixed.html"><code>ToFixed</code></a> trait.</li>
<li>The <a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.FromFixed.html#method.unwrapped_from_fixed"><code>unwrapped_from_fixed</code></a> method was added to the
<a href="https://docs.rs/fixed/~1.6/fixed/traits/trait.FromFixed.html"><code>FromFixed</code></a> trait.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://gitlab.com/tspiteri/fixed/commits/master">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=fixed&package-manager=cargo&previous-version=1.5.0&new-version=1.6.0)](https://dependabot.com/compatibility-score/?dependency-name=fixed&package-manager=cargo&previous-version=1.5.0&new-version=1.6.0)

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)
- `@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)
- 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)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 8, 2021

Build failed:

@tomtau
Copy link
Contributor

tomtau commented Feb 8, 2021

#2495

@tomtau tomtau closed this Feb 8, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/fixed-1.6.0 branch February 8, 2021 09:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants