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

Fix tree vine on dependency group line #118

Merged
merged 2 commits into from
Sep 29, 2020

Conversation

stephaneyfx
Copy link
Contributor

The indentation was off. Tested on Linux. I don't have a Mac to test.
Before:

2/2        75/75        4/4    1/1     1/1      !  ├── petgraph 0.5.1
0/0        62/62        0/0    0/0     0/0      !  │   ├── fixedbitset 0.2.0
0/0        88/93        1/1    0/0     2/2      !  │   └── indexmap 1.5.0
2/2        954/1048     16/19  0/0     34/38    !  │       └── hashbrown 0.8.1
                                                  │           [build-dependencies]
0/0        0/0          0/0    0/0     0/0      ?  │           └── autocfg 1.0.0
                                                  │       [build-dependencies]
0/0        0/0          0/0    0/0     0/0      ?  │       └── autocfg 1.0.0

After:

2/2        75/75        4/4    1/1     1/1      !  ├── petgraph 0.5.1
0/0        62/62        0/0    0/0     0/0      !  │   ├── fixedbitset 0.2.0
0/0        88/93        1/1    0/0     2/2      !  │   └── indexmap 1.5.0
2/2        954/1048     16/19  0/0     34/38    !  │       └── hashbrown 0.8.1
                                                   │           [build-dependencies]
0/0        0/0          0/0    0/0     0/0      ?  │           └── autocfg 1.0.0
                                                   │       [build-dependencies]
0/0        0/0          0/0    0/0     0/0      ?  │       └── autocfg 1.0.0

@anderejd
Copy link
Contributor

Tested on macOS just now. I can observe the bug in the master branch and this PR fixes the problem, thanks! 👍

@anderejd anderejd merged commit f4a0623 into geiger-rs:master Sep 29, 2020
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