We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909a71f commit d9cee54Copy full SHA for d9cee54
knope.toml
@@ -1,5 +1,9 @@
1
[packages.lib]
2
-versioned_files = ["crates/lib/Cargo.toml"]
+versioned_files = [
3
+ "crates/lib/Cargo.toml",
4
+ "Cargo.lock",
5
+ { path = "crates/python/Cargo.toml", dependency = "qcs" },
6
+]
7
changelog = "crates/lib/CHANGELOG.md"
8
scopes = ["lib", "rust"]
9
0 commit comments