Skip to content

Commit 910e0d7

Browse files
committed
Fix bumpversion.cfg
Remove quotes for Cargo.toml fields
1 parent 5638d05 commit 910e0d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ values =
2323
[bumpversion:file:Doxyfile]
2424

2525
[bumpversion:file:bindings/rust/Cargo.toml]
26-
search = version = \"{current_version}\"
26+
search = version = "{current_version}"
2727

2828
[bumpversion:file:bindings/rust/integration-test/Cargo.toml]
29-
search = version = \"{current_version}\"
29+
search = version = "{current_version}"

0 commit comments

Comments
 (0)