Skip to content

Commit d9cee54

Browse files
authored
fix: use knope's native functionality for updating workspace dependencies (#561)
1 parent 909a71f commit d9cee54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

knope.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[packages.lib]
2-
versioned_files = ["crates/lib/Cargo.toml"]
2+
versioned_files = [
3+
"crates/lib/Cargo.toml",
4+
"Cargo.lock",
5+
{ path = "crates/python/Cargo.toml", dependency = "qcs" },
6+
]
37
changelog = "crates/lib/CHANGELOG.md"
48
scopes = ["lib", "rust"]
59

0 commit comments

Comments
 (0)