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 c773546 commit 30e80a1Copy full SHA for 30e80a1
.github/workflows/tests.yaml
@@ -276,7 +276,7 @@ jobs:
276
--exclude mina-macros
277
--exclude mina-p2p-messages
278
--exclude poseidon
279
- # --exclude mina-tree
+ --exclude mina-tree
280
--exclude snark
281
--exclude p2p
282
--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