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 1981d1e commit b0a5fd2Copy full SHA for b0a5fd2
Cargo.toml
@@ -1,6 +1,8 @@
1
[workspace]
2
resolver = "2"
3
4
+# When the workspace members change, make sure to update the list here as well
5
+# as in `ci/ci-tests.sh`.
6
members = [
7
"lightning",
8
"lightning-types",
ci/ci-tests.sh
@@ -33,6 +33,8 @@ export RUST_BACKTRACE=1
33
echo -e "\n\nChecking the full workspace."
34
cargo check --verbose --color always
35
36
37
+# as in `Cargo.toml`.
38
WORKSPACE_MEMBERS=(
39
lightning
40
lightning-types
0 commit comments