Bump version 0.2.15

This commit is contained in:
ssrlive 2024-03-30 12:30:01 +08:00
parent 4adc38c726
commit ce0c02b3bf
9 changed files with 58 additions and 8 deletions

View file

@ -41,9 +41,8 @@ pub fn mobile_run(args: Args, tun_mtu: u16, _packet_information: bool) -> c_int
config.tun_name(tun);
}
#[cfg(unix)]
#[cfg(any(target_os = "ios", target_os = "macos"))]
config.platform_config(|config| {
#[allow(deprecated)]
config.packet_information(_packet_information);
});