We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1ee5b commit 05c9195Copy full SHA for 05c9195
Cargo.toml
@@ -19,7 +19,7 @@ repository = "https://github.com/tmpolaczyk/fuzz-tanssi-runtime"
19
[workspace.dependencies]
20
externalities-without-storage-root = { path = "crates/externalities-without-storage-root" }
21
fuzz-dancelight = { path = "fuzzers/fuzz-dancelight" }
22
-fuzz-starlight = { path = "fuzzers/fuzz-starlight" }
+#fuzz-starlight = { path = "fuzzers/fuzz-starlight" }
23
24
dancelight-runtime = { git = "https://github.com/moondance-labs/tanssi", branch = "master", default-features = false }
25
dancelight-runtime-constants = { git = "https://github.com/moondance-labs/tanssi", branch = "master", default-features = false }
0 commit comments