summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6e946a..3cace4b 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@
[Benchmarks]: https://github.com/khvzak/script-bench-rs
[FAQ]: FAQ.md
+> Please see the [v0.8](https://github.com/khvzak/mlua/tree/v0.8) branch for the versions of `mlua` released to crates.io.
+
`mlua` is bindings to [Lua](https://www.lua.org) programming language for Rust with a goal to provide
_safe_ (as far as it's possible), high level, easy to use, practical and flexible API.