-
Notifications
You must be signed in to change notification settings - Fork 125
fix: use watfaq-rustls instead of patched one #736
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: use watfaq-rustls instead of patched one #736
Conversation
6533a3a to
ec62abf
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
|
can this a be small crate?we can use |
you mean replace |
|
binary size increase on my x86 linux. $ /usr/bin/ls -al ./target/release/clash-rs # before
-rwxr-xr-x 2 root root 15448224 Feb 24 17:30 ./target/release/clash-rs
$ /usr/bin/ls -al ./target/release/clash-rs # after
-rwxr-xr-x 2 root root 15757672 Feb 24 17:25 ./target/release/clash-rs |
nope package=.... Is some kinda of alias |
|
i know, but since it's only used by |
ibigbug
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty! this should help us avoid potential issues upgrading tls and dealing with crates that has rustls as a dependenty
🤔 This is a ...
🔗 Related issue link
#733
💡 Background and solution