This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1525: Bump fixed from 0.5.5 to 0.5.6 r=tomtau a=dependabot-preview[bot] Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 0.5.5 to 0.5.6. <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 0.5.6 (2020-05-01)</h1> <ul> <li>The following method were added to signed fixed-point types and to the <code>FixedSigned</code> trait: <ul> <li><code>checked_signum</code>, <code>saturating_signum</code>, <code>wrapping_signum</code>, <code>overflowing_signum</code></li> </ul> </li> <li>The <code>LossyFrom</code> and <code>LossyInto</code> traits were added to the prelude.</li> <li>Casts deprecated in version 0.3.1 of the <em>az</em> crate were marked as deprecated.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/tspiteri/fixed/commit/079a13ca1b7079f816baf93c99704a88bddab161"><code>079a13c</code></a> version 0.5.6</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/86b542e7f34488552f52a23665a31c28fe3a409f"><code>86b542e</code></a> add Lossy{From,Into} to prelude</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/0adbf4435efdbeb7871f26fc38f07e0f8b45b206"><code>0adbf44</code></a> at least one more release before 1.0.0 to deprecate items</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/672973c99f9a4446ce24873716fd5dbd74100604"><code>672973c</code></a> Revert "remove deprecated items"</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/df6ee4111054f69bb54b0fda527c368017e573a4"><code>df6ee41</code></a> Revert "update az dependency to version 1"</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/74f0e4f5757aec760a371bcdaca7bd87debd9996"><code>74f0e4f</code></a> add checked versions of signum</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/b3a16a967a553125f802fe6164fd9f637cf9b005"><code>b3a16a9</code></a> insert dev in url of development version doc</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/aab8d47d8d645e00ae1cc00c3c6e78c15a4bbcbb"><code>aab8d47</code></a> update az dependency to version 1</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/339bd1f5aa17a7763d3cf71c38acfd51a3894b8e"><code>339bd1f</code></a> specify version 2 when talking about const generics plan</li> <li><a href="https://gitlab.com/tspiteri/fixed/commit/f67aed0078494efbffc22dc0c09009b8d5f10947"><code>f67aed0</code></a> remove deprecated items</li> <li>Additional commits viewable in <a href="https://gitlab.com/tspiteri/fixed/compare/v0.5.5...v0.5.6">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=0.5.5&new-version=0.5.6)](https://dependabot.com/compatibility-score/?dependency-name=fixed&package-manager=cargo&previous-version=0.5.5&new-version=0.5.6) 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>
- Loading branch information