We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's seem a little dangerous 💀
The text was updated successfully, but these errors were encountered:
fix issue:#16
d8765e3
fix cargo_tree,issue:#16
47f0a1d
on terminal exec command:cargo tree:
cargo tree
└── hyper-log v2.0.7 (registry `ssh://[email protected]/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
CARGO_TREE
└── 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
Sorry, something went wrong.
done.It's fixed by 0.3.19
baoyachi
No branches or pull requests
It's seem a little dangerous 💀
The text was updated successfully, but these errors were encountered: