diff --git a/Cargo.lock b/Cargo.lock index 81ec66f..92f6070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1588,7 +1588,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "xunlei" -version = "3.5.2-7" +version = "3.5.2-8" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3a563ee..4ab6fed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xunlei" -version = "3.5.2-7" +version = "3.5.2-8" edition = "2021" description = "Synology Nas Thunder runs on Linux" license = "MIT" diff --git a/openwrt/xunlei/Makefile b/openwrt/xunlei/Makefile index f5a2b61..dcac9b8 100644 --- a/openwrt/xunlei/Makefile +++ b/openwrt/xunlei/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xunlei -PKG_VERSION:=3.5.2-7 +PKG_VERSION:=3.5.2-8 PKG_LICENSE:=MIT PKG_MAINTAINER:=gngpp diff --git a/src/libc_asset.rs b/src/libc_asset.rs index 5a3f2c1..866350d 100644 --- a/src/libc_asset.rs +++ b/src/libc_asset.rs @@ -74,7 +74,7 @@ pub(crate) fn ld_env(envs: &mut std::collections::HashMap) -> an ); return Ok(()); } - false => {}, + false => {} } } Ok(())