You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-5
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ A faster and safer implementation of the Cairo VM in Rust
22
22
## Table of Contents
23
23
24
24
-[Table of Contents](#table-of-contents)
25
-
-[⚠️ Disclaimer](#️-disclaimer)
26
25
-[📖 About](#-about)
27
26
-[The Cairo language](#the-cairo-language)
28
27
-[🌅 Getting Started](#-getting-started)
@@ -53,10 +52,6 @@ A faster and safer implementation of the Cairo VM in Rust
53
52
-[STARKs](#starks)
54
53
-[⚖️ License](#️-license)
55
54
56
-
## ⚠️ Disclaimer
57
-
58
-
🚧 `cairo-vm` is still being built therefore breaking changes might happen often so use it at your own risk. 🚧
59
-
Cargo doesn't comply with [semver](https://semver.org/), so we advise to pin the version to 0.1.0. This can be done adding `cairo-vm = "0.1.0"` to your Cargo.toml
0 commit comments