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

Reduce dependencies #7

Merged
merged 1 commit into from
Jan 5, 2019
Merged

Reduce dependencies #7

merged 1 commit into from
Jan 5, 2019

Conversation

jethrogb
Copy link
Contributor

Before:

yasna v0.1.3
├── bit-vec v0.4.3
└── num v0.1.37
    ├── num-bigint v0.1.37
    │   ├── num-integer v0.1.34
    │   │   └── num-traits v0.1.37
    │   ├── num-traits v0.1.37 (*)
    │   ├── rand v0.3.15
    │   │   └── libc v0.2.21
    │   └── rustc-serialize v0.3.23
    ├── num-complex v0.1.37
    │   ├── num-traits v0.1.37 (*)
    │   └── rustc-serialize v0.3.23 (*)
    ├── num-integer v0.1.34 (*)
    ├── num-iter v0.1.33
    │   ├── num-integer v0.1.34 (*)
    │   └── num-traits v0.1.37 (*)
    ├── num-rational v0.1.36
    │   ├── num-bigint v0.1.37 (*)
    │   ├── num-integer v0.1.34 (*)
    │   ├── num-traits v0.1.37 (*)
    │   └── rustc-serialize v0.3.23 (*)
    └── num-traits v0.1.37 (*)

After:

yasna v0.1.3
├── bit-vec v0.4.3
└── num-bigint v0.1.37
    ├── num-integer v0.1.34
    │   └── num-traits v0.1.37
    └── num-traits v0.1.37 (*)

Copy link
Collaborator

@est31 est31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a very nice PR. Thanks @jethrogb for making it!

@est31 est31 merged commit abc2a15 into qnighy:master Jan 5, 2019
This was referenced Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants