Skip to content

Commit e96c20b

Browse files
committed
Add note that the R1CS code is disabled in the released version
1 parent acd6c89 commit e96c20b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ The development roadmap can be found in the
4242

4343
The constraint system API is provided **FOR EXPERIMENTS ONLY**, and must be
4444
enabled by specifying the `yoloproofs` feature. It is not covered by semver
45-
compatibility and is **SUBJECT TO CHANGE WITHOUT NOTICE**.
45+
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**.
4651

4752
## Documentation
4853

0 commit comments

Comments
 (0)