Skip to content

Commit

Permalink
Fix bumpversion.cfg
Browse files Browse the repository at this point in the history
Remove quotes for Cargo.toml fields
  • Loading branch information
axic committed Jun 28, 2022
1 parent 5638d05 commit d1d72fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ values =
[bumpversion:file:Doxyfile]

[bumpversion:file:bindings/rust/Cargo.toml]
search = version = \"{current_version}\"
search = version = "{current_version}"
replace = version = "{new_version}"

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

0 comments on commit d1d72fa

Please sign in to comment.