You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
features: Move quic related dependencies under feature flag (#359)
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]>
0 commit comments