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 acd6c89 commit e96c20bCopy full SHA for e96c20b
README.md
@@ -42,7 +42,12 @@ The development roadmap can be found in the
42
43
The constraint system API is provided **FOR EXPERIMENTS ONLY**, and must be
44
enabled by specifying the `yoloproofs` feature. It is not covered by semver
45
-compatibility and is **SUBJECT TO CHANGE WITHOUT NOTICE**.
+compatibility and is **SUBJECT TO CHANGE WITHOUT NOTICE**.
46
+
47
+Currently, the `yoloproofs` feature is disabled in the published version of the
48
+crate, so it can only be used by specifying a git dependency on the `develop`
49
+branch. This means that it is not possible to publish a crate using the R1CS
50
+API, because it is **FOR EXPERIMENTS ONLY**.
51
52
## Documentation
53
0 commit comments