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 a87a9c5 commit 3380d55Copy full SHA for 3380d55
.github/workflows/tests.yaml
@@ -291,7 +291,7 @@ jobs:
291
--exclude mina-macros
292
--exclude mina-p2p-messages
293
--exclude poseidon
294
- # --exclude mina-tree
+ --exclude mina-tree
295
--exclude snark
296
--exclude p2p
297
--exclude salsa-simple
ledger/src/lib.rs
@@ -129,8 +129,8 @@ mod wasm {
129
#[macro_use]
130
mod cache;
131
132
-#[cfg(all(not(target_family = "wasm"), feature = "ocaml-interop"))]
133
-mod ffi;
+// #[cfg(all(not(target_family = "wasm"), feature = "ocaml-interop"))]
+// mod ffi;
134
135
#[cfg(any(test, feature = "fuzzing"))]
136
pub mod generators;
0 commit comments