We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec47a3 commit fd0a24eCopy full SHA for fd0a24e
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.19.4]
2
+- Fix the `lua-no-oslib` feature introduced with a bug in 0.19.3.
3
+
4
## [0.19.3]
5
- Add new features `lua-no-oslib` to not compile in the `os` lib to the
6
Lua library. Useful for targets (e.g. iOS) where the `os` lib is unavailable.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlua"
-version = "0.19.3"
+version = "0.19.4"
authors = ["kyren <kerriganw@gmail.com>"]
edition = "2018"
description = "High level bindings to Lua 5.x"
0 commit comments