mirror of
https://github.com/clap-rs/clap
synced 2025-01-05 17:28:42 +00:00
chore: Remove outdated replacement
This commit is contained in:
parent
56f4ef7b80
commit
05bf0504f0
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||||
shared-version = true
|
shared-version = true
|
||||||
dependent-version = "upgrade"
|
dependent-version = "upgrade"
|
||||||
tag-name = "v{{version}}"
|
tag-name = "v{{version}}"
|
||||||
pre-release-replacements = [
|
|
||||||
{file="README.md", search="github.com/clap-rs/clap/blob/[^/]+/", replace="github.com/clap-rs/clap/blob/{{tag_name}}/", exactly=2, prerelease = true},
|
|
||||||
]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Reference in a new issue