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: rust/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ These bindings are still actively under development. Compatibility _will_ break
13
13
It is encouraged that you reference a specific commit to avoid having your plugin/application break when the API changes.
14
14
To specify a specific commit see the cargo documentation [here](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choice-of-commit).
15
15
16
+
If you are worried about breaking changes avoid modules with warnings about instability!
17
+
16
18
**MSRV**: The Rust version specified in the `Cargo.toml`.
0 commit comments