solana/programs/bpf
Brooks Prumo 747a3caf9d
Update num-bigint to 0.3.3 (#19643)
* Update num-bigint to 0.3.3

`cargo check` on nightly was erroring due to num-bigint:

```text
error[E0658]: use of unstable library feature 'int_roundings'
   --> [...]/.cargo/registry/src/github.com-1ecc6299db9ec823/num-bigint-0.3.1/src/biguint.rs:208:10
    |
208 |         .div_ceil(&big_digit::BITS.into())
    |          ^^^^^^^^
    |
    = note: see issue #88581 <https://github.com/rust-lang/rust/issues/88581> for more information
    = help: add `#![feature(int_roundings)]` to the crate attributes to enable
```

* pr: update enum-ordinalize and educe
2021-09-04 22:06:19 +00:00
..
benches Bank::new -> Bank::new_for_benches (#19063) 2021-08-04 17:30:43 -05:00
c Split solana_sdk.h (#19172) 2021-08-13 09:49:24 -07:00
rust Clean up feature set entries (#19427) 2021-08-25 13:57:27 -07:00
tests Demote write locks on transaction program ids (#19593) 2021-09-04 03:05:30 +00:00
.gitignore
Cargo.lock Update num-bigint to 0.3.3 (#19643) 2021-09-04 22:06:19 +00:00
Cargo.toml Bumps solana_rbpf to v0.2.14 (#18869) 2021-08-04 09:50:28 +02:00
build.rs Add ecrecover syscall (#17720) 2021-07-07 13:15:14 -07:00