Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 4, 2019

Bumps static_assertions from 0.3.3 to 1.0.0.

Changelog

Sourced from static_assertions's changelog.

[1.0.0]: - 2019-10-02

Added

  • assert_eq_align! macro

Removed

  • [breaking] Labels from macros that needed them 🎉
    • Made possible by [const _] in Rust 1.37
  • [breaking] assert_impl! macro

Fixed

  • assert_fields! now works for enum types with multiple variants

Changed

  • [breaking] const_assert! macro to only take one expression
    • Reasoning: when custom error messages are added in the future (via
      [assert!]), having the macro allow for multiple comma-separated
      expressions may lead to ambiguity
  • [breaking] Trait assertions to use Type: Trait syntax
  • [breaking] Field assertions to use Type: field1, field2 syntax
  • [breaking] Renamed assert_{ne,eq}_type! to assert_type_{ne,eq}_all!

[0.3.4] - 2019-06-12

Changed

  • Aliased assert_impl! to assert_impl_all! and deprecated assert_impl!

Added

  • assert_impl_all! as replacement to assert_impl!
  • assert_not_impl_all! and assert_not_impl_any! macro counterparts to
    assert_impl_all!

Fixed

  • assert_eq_type! now works with types involving lifetimes
Commits
  • e718a13 [Release] Prepare 1.0.0
  • 2494104 Reword assert_obj_safe! docs
  • cebf567 Make assert_type_eq_all! fit 80 columns
  • 38c0160 Add assert_eq_align! macro
  • f6623e9 Separate type with colon in assert_fields!
  • a400255 Make -> () in functions implicit
  • dff7daa Improve assert_impl_all! docs
  • 54d2ad5 Move assert_not_impl_{all,any}! macros
  • 1ddb736 Fix how assert_fields! works with enums
  • e7ac9f8 Rename assert_{ne,eq}_type! macros
  • Additional commits viewable in compare view

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 Oct 4, 2019
@roblabla
Copy link
Member

roblabla commented Oct 4, 2019

how the fuck did push pass but pr fail 🤔

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/static_assertions-1.0.0 branch 2 times, most recently from c79362f to b96b78e Compare October 10, 2019 14:11
@marysaka
Copy link
Member

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/static_assertions-1.0.0 branch 2 times, most recently from 71d88d9 to e7b9ce0 Compare October 21, 2019 10:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/static_assertions-1.0.0 branch from e7b9ce0 to 51f330d Compare October 22, 2019 14:31
@dependabot-preview
Copy link
Contributor Author

Superseded by #539.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/static_assertions-1.0.0 branch November 4, 2019 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants