summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-20 22:03:22 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-20 22:03:22 -0500
commita8036b8ac56807799732318aff2d98f7ecb36918 (patch)
treebf638e78fb5d08e384e9306f7f35b37f67604178 /Cargo.toml
parentca46b8aeb6eb994da57f8c20bec9b685ddb811e0 (diff)
docs: fix render issue in README and cargo release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d92988c..16a851a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,8 +45,8 @@ min = 1
[[package.metadata.release.pre-release-replacements]]
file = "README.md"
-search = '''(projectr )\d+\.\d+\.\d+'''
-replace = "$1{{version}}"
+search = '''projectr \d+\.\d+\.\d+'''
+replace = "projectr {{version}}"
exactly = 1
[[package.metadata.release.pre-release-replacements]]