Revert "add rustls-ring feature to make ring optional"

This reverts commit edd68ef1d7.
This commit is contained in:
Zhang Jingqiang 2024-11-13 23:13:11 +08:00
parent edd68ef1d7
commit 405bbe12dd
19 changed files with 37 additions and 47 deletions

View file

@ -15,7 +15,7 @@ override_dh_auto_clean:
override_dh_auto_build:
G3_PACKAGE_VERSION=$(DEB_VERSION) \
cargo build --frozen --offline --profile $(BUILD_PROFILE) \
--no-default-features --features $(SSL_FEATURE),rustls-ring,quic \
--no-default-features --features $(SSL_FEATURE),quic \
--package g3bench
override_dh_auto_install: