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 tokio feature dependencies #476

Closed
wants to merge 3 commits into from
Closed

Conversation

antis81
Copy link

@antis81 antis81 commented Nov 20, 2023

Closes #475

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6943511016

  • 0 of 8 (0.0%) changed or added relevant lines in 1 file are covered.
  • 14 unchanged lines in 8 files lost coverage.
  • Overall coverage decreased (-0.08%) to 94.796%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tox/src/lib.rs 0 8 0.0%
Files with Coverage Reduction New Missed Lines %
tox_core/src/net_crypto/crypto_connection.rs 1 98.76%
tox_core/src/net_crypto/mod.rs 1 98.47%
tox_core/src/state_format/old.rs 1 85.11%
tox_packet/src/dht/errors.rs 1 75.0%
tox_core/src/onion/client/paths_pool.rs 2 85.47%
tox_packet/src/onion/mod.rs 2 93.62%
tox_core/src/relay/links.rs 3 98.3%
tox_node/src/node_config.rs 3 72.92%
Totals Coverage Status
Change from base Build 5022320978: -0.08%
Covered Lines: 16796
Relevant Lines: 17718

💛 - Coveralls

@antis81 antis81 closed this Nov 23, 2023
@antis81 antis81 deleted the fix-tokio-deps branch November 23, 2023 08:05
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.

Build fails when used as a cargo git dependency
2 participants