We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40e595 commit 9a66b17Copy full SHA for 9a66b17
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.20.1]
2
+- Add "deprecated" badge
3
+
4
+## [0.20.0]
5
+- Switch to being a wrapper around mlua
6
7
## [0.19.8]
8
- Update rustyline dev-dependency (thanks @salexan2001)
9
- Fix builds for iOS (thanks @w-ensink)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlua"
-version = "0.20.0"
+version = "0.20.1"
authors = ["kyren <[email protected]>"]
edition = "2018"
description = "High level bindings to Lua 5.x"
@@ -15,6 +15,9 @@ rust-version = "1.75"
15
[badges]
16
circle-ci = { repository = "mlua-rs/rlua", branch = "master" }
17
18
+[badges.maintenance]
19
+status = "deprecated"
20
21
[dependencies]
22
mlua = { version = "0.9.5", features = ["macros"] }
23
0 commit comments