Skip to content

features: Move quic related dependencies under feature flag #359

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

Merged
merged 2 commits into from
Mar 31, 2025

Conversation

lexnv
Copy link
Collaborator

@lexnv lexnv commented Mar 13, 2025

The following crates are made optional, depending on the Quic feature flag:

  • ring
  • rustls

This effectively ensures that litep2p is not leaking outdated dependencies for experimental features (ie quic).

Closes: #330

cc @paritytech/networking

@lexnv lexnv self-assigned this Mar 13, 2025
@lexnv lexnv merged commit f70b794 into master Mar 31, 2025
8 checks passed
@lexnv lexnv deleted the lexnv/opt-deps branch March 31, 2025 09:17
Imod7 pushed a commit that referenced this pull request Apr 1, 2025
The following crates are made optional, depending on the Quic feature
flag:
- ring
- rustls

This effectively ensures that litep2p is not leaking outdated
dependencies for experimental features (ie quic).

Closes: #330

cc @paritytech/networking

---------

Signed-off-by: Alexandru Vasile <[email protected]>
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.

Please update dependencies
2 participants