Skip to content

Commit 5a4ba24

Browse files
authored
fix: fix the ci workflow (#120)
1 parent 958c108 commit 5a4ba24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ first_value = "0"
2929

3030
# Rust Cargo.toml files
3131
[[tool.bumpversion.files]]
32-
filename = "rust/lance-graph/Cargo.toml"
32+
filename = "crates/lance-graph/Cargo.toml"
3333
search = 'version = "{current_version}"'
3434
replace = 'version = "{new_version}"'
3535

0 commit comments

Comments
 (0)