sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
559 stars 54 forks source link

Update bitvec requirement from 0.20 to 0.21 #223

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on bitvec to permit the latest version.

Changelog

Sourced from bitvec's changelog.

Changelog

All notable changes will be documented in this file.

This document is written according to the [Keep a Changelog][kac] style.

  1. 0.21
    1. Added
    2. Changed
  2. 0.20.0
    1. Added
      1. Pointer Overhaul
    2. Changed
      1. Aliasing Typesystem
      2. &bool to BitRef
    3. Removed
  3. 0.19.4
    1. Changed
  4. 0.19.3
    1. Added
  5. 0.19.2
  6. 0.19.1
  7. 0.19.0
    1. Macro Constructor Implementation
    2. BitRegister Internal Trait
  8. 0.18.3
  9. 0.18.2
  10. 0.18.1
  11. 0.18.0
    1. Bit Arrays in Value Position
    2. Type-Level Alias Detection
  12. 0.17.4
  13. 0.17.3
  14. 0.17.2
  15. 0.17.1
  16. 0.17.0
  17. 0.16.2
  18. 0.16.1
  19. 0.16.0
  20. 0.15.2
  21. 0.15.1
  22. 0.15.0
  23. 0.14.0
  24. 0.13.0
  25. 0.12.0
  26. 0.11.3
  27. 0.11.2
  28. 0.11.1
  29. 0.11.0
  30. 0.10.2

... (truncated)

Commits


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[bot] commented 3 years ago

Codecov Report

Merging #223 (c0ca100) into master (69aec99) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
- Coverage   61.25%   61.21%   -0.04%     
==========================================
  Files          40       40              
  Lines        2697     2697              
==========================================
- Hits         1652     1651       -1     
- Misses       1045     1046       +1     
Impacted Files Coverage Δ
src/color.rs 96.85% <ø> (ø)
src/speed.rs 63.02% <0.00%> (-0.85%) :arrow_down:

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 55ee9c0...c0ca100. Read the comment docs.

sunjay commented 3 years ago

cc @myrrlyn in case you have time to look at this

myrrlyn commented 3 years ago

I really wish it wouldn't try to auto-bump 0.x to 0.x+1; I get to, and frequently do, make breaking changes in them. Fortunately you only have four more months where I can even do this.