build: 修改现有的版本号,添加 release 相关选项

This commit is contained in:
amtoaer
2024-07-03 22:11:31 +08:00
parent 4c9ad2318c
commit 940abd4f3b
3 changed files with 13 additions and 4 deletions

View File

@@ -42,6 +42,9 @@ toml = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
[package.metadata.release]
release = true
[[bin]]
name = "bili-sync-rs"
path = "src/main.rs"