We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958c108 commit 5a4ba24Copy full SHA for 5a4ba24
1 file changed
.bumpversion.toml
@@ -29,7 +29,7 @@ first_value = "0"
29
30
# Rust Cargo.toml files
31
[[tool.bumpversion.files]]
32
-filename = "rust/lance-graph/Cargo.toml"
+filename = "crates/lance-graph/Cargo.toml"
33
search = 'version = "{current_version}"'
34
replace = 'version = "{new_version}"'
35
0 commit comments