Skip to content

Commit

Permalink
Update num-bigint to 0.3.3
Browse files Browse the repository at this point in the history
`cargo check` on nightly was erroring due to num-bigint:

```text
error[E0658]: use of unstable library feature 'int_roundings'
   --> [...]/.cargo/registry/src/github.51.al-1ecc6299db9ec823/num-bigint-0.3.1/src/biguint.rs:208:10
    |
208 |         .div_ceil(&big_digit::BITS.into())
    |          ^^^^^^^^
    |
    = note: see issue #88581 <rust-lang/rust#88581> for more information
    = help: add `#![feature(int_roundings)]` to the crate attributes to enable
```
  • Loading branch information
brooksprumo committed Sep 4, 2021
1 parent 333e5a9 commit 9b704a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b704a0

Please sign in to comment.