Skip to content

Commit a5d5618

Browse files
authored
README.md: remove reference to num-bigint-dig (#523)
We've since migrated to `crypto-bigint`
1 parent 5fe3dcd commit a5d5618

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ assert_eq!(&data[..], &dec_data[..]);
3535
> [profile.debug]
3636
> opt-level = 3
3737
> ```
38-
> If you don't want to turn on optimizations for all dependencies,
39-
> you can only optimize the `num-bigint-dig` dependency. This should
40-
> give most of the speedups.
41-
> ```toml
42-
> [profile.dev.package.num-bigint-dig]
43-
> opt-level = 3
44-
> ```
4538
4639
## Status
4740

0 commit comments

Comments
 (0)