plug-blockchain icon indicating copy to clipboard operation
plug-blockchain copied to clipboard

Bump num-bigint from 0.2.6 to 0.3.1

Open dependabot[bot] opened this issue 4 years ago • 1 comments

Bumps num-bigint from 0.2.6 to 0.3.1.

Changelog

Sourced from num-bigint's changelog.

Release 0.3.1 (2020-11-03)

Contributors: @cuviper, @e00E, @ejmahler, @notoria, @tczajka

Release 0.3.0 (2020-06-12)

Enhancements

  • [The internal BigDigit may now be either u32 or u64][62], although that implementation detail is not exposed in the API. For now, this is chosen to match the target pointer size, but may change in the future.
  • [No-std is now supported with the alloc crate on Rust 1.36][101].
  • [Pow is now implemented for bigint values][137], not just references.
  • [TryFrom is now implemented on Rust 1.34 and later][123], converting signed integers to unsigned, and narrowing big integers to primitives.
  • [Shl and Shr are now implemented for a variety of shift types][142].
  • A new trailing_zeros() returns the number of consecutive zeros from the least significant bit.
  • The new BigInt::magnitude and into_parts methods give access to its BigUint part as the magnitude.

Breaking Changes

  • num-bigint now requires Rust 1.31 or greater.
    • The "i128" opt-in feature was removed, now always available.
  • [Updated public dependences][110]:
    • rand support has been updated to 0.7, requiring Rust 1.32.
    • quickcheck support has been updated to 0.9, requiring Rust 1.34.
  • [Removed impl Neg for BigUint][145], which only ever panicked.
  • [Bit counts are now u64 instead of usize][143].

Contributors: @cuviper, @dignifiedquire, @hansihe,

... (truncated)

Commits

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[bot] avatar Feb 18 '21 04:02 dependabot[bot]