mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 07:28:04 +08:00
build: 修改现有的版本号,添加 release 相关选项
This commit is contained in:
Generated
+3
-3
@@ -418,7 +418,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bili_sync"
|
name = "bili_sync"
|
||||||
version = "2.0.3"
|
version = "2.0.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
@@ -456,7 +456,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bili_sync_entity"
|
name = "bili_sync_entity"
|
||||||
version = "2.0.3"
|
version = "2.0.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sea-orm",
|
"sea-orm",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@@ -464,7 +464,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bili_sync_migration"
|
name = "bili_sync_migration"
|
||||||
version = "2.0.3"
|
version = "2.0.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"sea-orm-migration",
|
"sea-orm-migration",
|
||||||
|
|||||||
+7
-1
@@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "2.0.3"
|
version = "2.0.7"
|
||||||
authors = ["amtoaer <amtoaer@gmail.com>"]
|
authors = ["amtoaer <amtoaer@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "基于 rust tokio 编写的 bilibili 收藏夹同步下载工具"
|
description = "基于 rust tokio 编写的 bilibili 收藏夹同步下载工具"
|
||||||
@@ -60,6 +60,12 @@ toml = "0.8.14"
|
|||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
||||||
|
|
||||||
|
[workspace.metadata.release]
|
||||||
|
release = false
|
||||||
|
tag-message = "chore: 发布 bili-sync 版本 {{version}}"
|
||||||
|
tag-prefix = ""
|
||||||
|
publish = false
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true
|
strip = true
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|||||||
@@ -42,6 +42,9 @@ toml = { workspace = true }
|
|||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tracing-subscriber = { workspace = true }
|
tracing-subscriber = { workspace = true }
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
release = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "bili-sync-rs"
|
name = "bili-sync-rs"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|||||||
Reference in New Issue
Block a user