chore: 发布 bili-sync 2.4.1

This commit is contained in:
amtoaer
2025-02-21 21:22:52 +08:00
parent b4a5dee236
commit 16e14fc371
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -454,7 +454,7 @@ dependencies = [
[[package]] [[package]]
name = "bili_sync" name = "bili_sync"
version = "2.4.0" version = "2.4.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-swap", "arc-swap",
@@ -504,7 +504,7 @@ dependencies = [
[[package]] [[package]]
name = "bili_sync_entity" name = "bili_sync_entity"
version = "2.4.0" version = "2.4.1"
dependencies = [ dependencies = [
"sea-orm", "sea-orm",
"serde_json", "serde_json",
@@ -512,7 +512,7 @@ dependencies = [
[[package]] [[package]]
name = "bili_sync_migration" name = "bili_sync_migration"
version = "2.4.0" version = "2.4.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"sea-orm-migration", "sea-orm-migration",

View File

@@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "2.4.0" version = "2.4.1"
authors = ["amtoaer <amtoaer@gmail.com>"] authors = ["amtoaer <amtoaer@gmail.com>"]
license = "MIT" license = "MIT"
description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具" description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具"

View File

@@ -21,7 +21,7 @@ export default defineConfig({
nav: [ nav: [
{ text: "主页", link: "/" }, { text: "主页", link: "/" },
{ {
text: "v2.4.0", text: "v2.4.1",
items: [ items: [
{ {
text: "程序更新", text: "程序更新",

View File

@@ -1,7 +1,7 @@
# bili-sync 是什么? # bili-sync 是什么?
> [!TIP] > [!TIP]
> 当前最新程序版本为 v2.4.0,文档将始终与最新程序版本保持一致。 > 当前最新程序版本为 v2.4.1,文档将始终与最新程序版本保持一致。
bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。 bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。