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

when project use private registery,the const CARGO_TREE also output private registry git link #16

Closed
baoyachi opened this issue Nov 25, 2020 · 2 comments
Assignees
Labels
high higj level

Comments

@baoyachi
Copy link
Owner

It's seem a little dangerous 💀

@baoyachi baoyachi self-assigned this Nov 25, 2020
@baoyachi baoyachi added the high higj level label Nov 25, 2020
baoyachi added a commit that referenced this issue Nov 29, 2020
baoyachi added a commit that referenced this issue Nov 29, 2020
@baoyachi
Copy link
Owner Author

baoyachi commented Nov 29, 2020

on terminal exec command:cargo tree:

└── hyper-log v2.0.7 (registry `ssh://git@git-biz.xxx.com/crates-index.git`)
    ├── log v0.4.11 (*)
    ├── log4rs v0.11.0
    │   ├── arc-swap v0.4.7
    │   ├── chrono v0.4.19 (*)
    │   ├── flate2 v1.0.19
    │   │   ├── cfg-if v1.0.0
    │   │   ├── crc32fast v1.2.1
    │   │   │   └── cfg-if v1.0.0
    │   │   ├── libc v0.2.80
    │   │   └── miniz_oxide v0.4.3
    │   │       └── adler v0.2.3
    │   │       [build-dependencies]
    │   │       └── autocfg v1.0.1
    │   ├── fnv v1.0.7

use CARGO_TREE after

└── hyper-log v2.0.7 (private)
    ├── log v0.4.11 (*)
    ├── log4rs v0.11.0
    │   ├── arc-swap v0.4.7
    │   ├── chrono v0.4.19 (*)
    │   ├── flate2 v1.0.19
    │   │   ├── cfg-if v1.0.0
    │   │   ├── crc32fast v1.2.1
    │   │   │   └── cfg-if v1.0.0
    │   │   ├── libc v0.2.80
    │   │   └── miniz_oxide v0.4.3
    │   │       └── adler v0.2.3
    │   │       [build-dependencies]
    │   │       └── autocfg v1.0.1
    │   ├── fnv v1.0.7

@baoyachi
Copy link
Owner Author

done.It's fixed by 0.3.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high higj level
Projects
None yet
Development

No branches or pull requests

1 participant