Skip to content

feat(local-tun): changed dependency from tun to tun2 #1191

feat(local-tun): changed dependency from tun to tun2

feat(local-tun): changed dependency from tun to tun2 #1191

Triggered via push June 1, 2024 11:16
Status Failure
Total duration 44s
Artifacts

clippy-check.yml

on: push
Matrix: clippy-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
no method named `platform` found for struct `tun2::Configuration` in the current scope: crates/shadowsocks-service/src/local/tun/mod.rs#L112
error[E0599]: no method named `platform` found for struct `tun2::Configuration` in the current scope --> crates/shadowsocks-service/src/local/tun/mod.rs:112:25 | 112 | self.tun_config.platform(|tun_config| { | ----------------^^^^^^^^ | help: there is a method `platform_config` with a similar name | 112 | self.tun_config.platform_config(|tun_config| { | ~~~~~~~~~~~~~~~
clippy-check (ubuntu-latest)
Clippy had exited with the 101 exit code
clippy-check (windows-latest)
The job was canceled because "ubuntu-latest" failed.
clippy-check (windows-latest)
The operation was canceled.
clippy-check (macos-latest)
The job was canceled because "ubuntu-latest" failed.
clippy-check (macos-latest)
The operation was canceled.
clippy-check (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy-check (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/