Skip to content

Commit db6f4ed

Browse files
committed
docs: add versioning guide
1 parent 9ca8a81 commit db6f4ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ Here are the specific steps for the above process:
154154

155155
Before running the tests, make sure to increase the Rust default stack size via `export RUST_MIN_STACK=4194304`. After that, you can run `cargo test` to run all the tests.
156156

157+
## Versioning guide
158+
159+
- Minor version changes should be made when the underlying `cairo1-run` binary built from [cairo-vm](https://github.com/lambdaclass/cairo-vm) is updated.
160+
- When updating the `cairo1-run` binary, the `cairo` release version specified in `build.rs` should also be updated to a compatible version.
161+
157162
## Additional Resources
158163

159164
### List of supported builtins per layout

0 commit comments

Comments
 (0)