Skip to content

Commit cbb3c91

Browse files
committed
build: 删除无效参数
1 parent 422bc34 commit cbb3c91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-semver-tags"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "Get all git semver tags of your repository in reverse chronological order"
55
authors = ["Binbiubiubiu<[email protected]>"]
66
categories = ["command-line-interface"]
@@ -16,7 +16,6 @@ edition = "2021"
1616
rust-version = "1.60.0" # MSRV
1717
documentation = "https://docs.rs/git-semver-tags"
1818
readme = "README.md"
19-
homepage = "https://serde.rs/"
2019
repository = "https://github.com/Binbiubiubiu/git-semver-tags"
2120

2221
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)