assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

build: update float-cmp requirement from 0.5 to 0.6 #85

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on float-cmp to permit the latest version.

Commits - [`00e0677`](https://github.com/mikedilger/float-cmp/commit/00e06773d07cecede1dec1aee780f6d13f2e0597) 0.6.0 - [`2a296f6`](https://github.com/mikedilger/float-cmp/commit/2a296f67a3b205e85b6116430ef6e2b1f216b808) Remove deprecated ApproxOrdUlps - [`70f44e2`](https://github.com/mikedilger/float-cmp/commit/70f44e2f9b58437cff0caa249452a6f4e4f7df20) Require Margin implements Default - [`25777de`](https://github.com/mikedilger/float-cmp/commit/25777deae4330db9633d80a36fa4ac2112d8e44c) Fix readme formatting - [`7a428cf`](https://github.com/mikedilger/float-cmp/commit/7a428cf956630c54e00bd32b3426be3092ee611b) documentation updated/synced - [`4544be1`](https://github.com/mikedilger/float-cmp/commit/4544be141e411e9e746bbcd29b7b5e776d983e67) Fix issue [#20](https://github-redirect.dependabot.com/mikedilger/float-cmp/issues/20) with saturating_abs macros [to use std fns once stablized] - [`17e4231`](https://github.com/mikedilger/float-cmp/commit/17e4231483eb0108f0913609b03551d5d8863382) Remove now unused imports - [`30672fa`](https://github.com/mikedilger/float-cmp/commit/30672faa890d96426abdef263a36875f556348d5) make that 0.6.0-pre - [`a79582b`](https://github.com/mikedilger/float-cmp/commit/a79582b9c007a9e4506c046c4fe31b123948fc3c) start 0.6-pre: - [`3e605bd`](https://github.com/mikedilger/float-cmp/commit/3e605bdd378d9db1ecbbf690b2ead4e600e19699) Merge pull request [#19](https://github-redirect.dependabot.com/mikedilger/float-cmp/issues/19) from yvt/master - Additional commits viewable in [compare view](https://github.com/mikedilger/float-cmp/compare/0.5.0...0.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 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](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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 4 years ago

Codecov Report

Merging #85 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   16.01%   16.01%           
=======================================
  Files          21       21           
  Lines         637      637           
=======================================
  Hits          102      102           
  Misses        535      535

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7fe8f05...c688b7f. Read the comment docs.