Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump typenum from 1.12.0 to 1.13.0 #333

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps typenum from 1.12.0 to 1.13.0.

Release notes

Sourced from typenum's releases.

v1.13.0

Commits

  • [21e6a44]: Clarification of MIT, Apache-2.0 dual license (Akhil Velagapudi)
  • [8362450]: Fix date in changelog (Paho Lurie-Gregg)
  • [d8786ab]: Add impl Pow for f{32,64} (Waffle) #151
  • [841b7a3]: update changelog (Waffle) #151
  • [a0be662]: allow calling assert_type{,_eq}! at top-level & const ctx (Waffle) #152
  • [3589cd4]: Add rustfmt.toml to format Rust code in doc comments (jerry73204) #155
  • [4e145da]: Add Zero trait (jerry73204) #137
  • [466df16]: Introduce ToInt type operator (jerry73204) #135
  • [56ca838]: Use edition 2018 (fixes #138) (jerry73204) #156
  • [5cf10f7]: Add local_inner_macros for 2018 edition support. (Charles Lew) #160
  • [581bc6b]: Update default branch (Paho Lurie-Gregg)
  • [bf75832]: Appease clippy (#164) (Paho Lurie-Gregg) #164
  • [c27b83e]: Explore GitHub Actions instead of Travis (#165) (Paho Lurie-Gregg) #165
  • [7e723d0]: Add rustfmt.toml to format Rust code in doc comments (#155) (jerry73204) #155
  • [92504db]: Update build badge (Paho Lurie-Gregg)
  • [64a1993]: Add new() method to Bit trait (#141) (jerry73204) #141
  • [2955684]: Merge branch 'const_assert_ty_eq' of https://github.com/WaffleLapkin/typenum into WaffleLapkin-const_assert_ty_eq (Paho Lurie-Gregg) #152
  • [87f87e8]: Merge branch 'WaffleLapkin-const_assert_ty_eq' (Paho Lurie-Gregg)
  • [80fbdeb]: Merge branch 'main' of github.com:paholg/typenum (Paho Lurie-Gregg)
  • [f4305c3]: Merge branch '2018-edition' of git://github.com/jerry73204/typenum into jerry73204-2018-edition (Paho Lurie-Gregg) #156
  • [1043b4c]: Merge branch 'jerry73204-2018-edition' (Paho Lurie-Gregg)
  • [b62d84b]: Run fmt on nightly (Paho Lurie-Gregg)
  • [98a8903]: Merge branch 'zero-marker' of git://github.com/jerry73204/typenum into jerry73204-zero-marker (Paho Lurie-Gregg) #137
  • [51554a6]: Merge branch 'jerry73204-zero-marker' (Paho Lurie-Gregg)
  • [932263f]: Update changelog (Paho Lurie-Gregg)
  • [72f4f52]: Merge branch 'float_to_neg_exp' of git://github.com/WaffleLapkin/typenum into WaffleLapkin-float_to_neg_exp (Paho Lurie-Gregg) #151
  • [4baa893]: Add inline to powi (Paho Lurie-Gregg)
  • [f8845f9]: Merge branch 'WaffleLapkin-float_to_neg_exp' (Paho Lurie-Gregg)
  • [e27c19f]: Merge branch 'license-clarification' (Paho Lurie-Gregg)
  • [7e3a878]: Build on all OSes (#166) (Paho Lurie-Gregg) #166
  • [98a1fd4]: Merge branch 'feature-to-arbitrary-int' of git://github.com/jerry73204/typenum into jerry73204-feature-to-arbitrary-int (Paho Lurie-Gregg) #135
  • [51882b8]: Merge branch 'jerry73204-feature-to-arbitrary-int' (Paho Lurie-Gregg)
  • [39eedb7]: Update changelog (Paho Lurie-Gregg)
  • [83a09af]: linewrap md files at 80 (Paho Lurie-Gregg) #167
  • [a394b35]: Add publish action (Paho Lurie-Gregg) #167
  • [104e009]: Update version to 1.13 (Paho Lurie-Gregg) #168
Changelog

Sourced from typenum's changelog.

1.13.0 (2021-03-12)

  • [changed] MSRV from 1.22.0 to 1.37.0.
  • [fixed] op macro with 2018 edition import.
  • [changed] Allowed calling assert_type_eq and assert_type at top level.
  • [added] Marker trait Zero for Z0, U0, and B0.
  • [added] Implementation of Pow trait for f32 and f64 with negative exponent.
  • [added] Trait ToInt.
Commits
  • 104e009 Update version to 1.13
  • 6721edd Merge pull request #167 from paholg/publish
  • a394b35 Add publish action
  • 83a09af linewrap md files at 80
  • 39eedb7 Update changelog
  • 51882b8 Merge branch 'jerry73204-feature-to-arbitrary-int'
  • 98a1fd4 Merge branch 'feature-to-arbitrary-int' of git://github.com/jerry73204/typenu...
  • 7e3a878 Build on all OSes (#166)
  • e27c19f Merge branch 'license-clarification'
  • f8845f9 Merge branch 'WaffleLapkin-float_to_neg_exp'
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/typenum-1.13.0 branch from 2928437 to e67b6f8 Compare March 18, 2021 15:15
@tarcieri tarcieri merged commit d7435ef into master Mar 18, 2021
@tarcieri tarcieri deleted the dependabot/cargo/typenum-1.13.0 branch March 18, 2021 15:52
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.

1 participant