Added simplesocks #446
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test leaf:
leaf/src/proxy/simplesocks/inbound/stream.rs#L1
unused import: `std::io`
|
test leaf:
leaf/src/proxy/simplesocks/inbound/stream.rs#L4
unused import: `BufMut`
|
test leaf:
leaf/src/proxy/simplesocks/inbound/stream.rs#L5
unused imports: `AsyncReadExt` and `AsyncWriteExt`
|
test leaf:
leaf/src/proxy/simplesocks/inbound/stream.rs#L6
unused import: `tracing::debug`
|
test leaf:
leaf/src/proxy/tun/inbound.rs#L180
unexpected `cfg` condition value: `mipsel`
|
test leaf:
leaf/src/proxy/tun/inbound.rs#L181
unexpected `cfg` condition value: `mipsel64`
|
test leaf:
leaf/src/proxy/tun/inbound.rs#L197
unexpected `cfg` condition value: `mipsel`
|
test leaf:
leaf/src/proxy/tun/inbound.rs#L198
unexpected `cfg` condition value: `mipsel64`
|
test leaf:
leaf/src/proxy/simplesocks/inbound/stream.rs#L22
unused variable: `buf`
|
test leaf:
leaf/src/proxy/simplesocks/inbound/stream.rs#L22
variable does not need to be mutable
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "leaf.xcframework.zip", "leaf-aarch64-apple-darwin", "leaf-aarch64-unknown-linux-musl", "leaf-android-libs.zip", "leaf-arm-unknown-linux-musleabi", "leaf-armv7-unknown-linux-musleabihf", "leaf-i686-unknown-linux-musl", "leaf-x86_64-apple-darwin", "leaf-x86_64-pc-windows-gnu.exe", "leaf-x86_64-unknown-linux-musl".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading