Skip to content

Commit fd0a24e

Browse files
committed
Update for 0.19.4 release.
1 parent 7ec47a3 commit fd0a24e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.19.4]
2+
- Fix the `lua-no-oslib` feature introduced with a bug in 0.19.3.
3+
14
## [0.19.3]
25
- Add new features `lua-no-oslib` to not compile in the `os` lib to the
36
Lua library. Useful for targets (e.g. iOS) where the `os` lib is unavailable.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua"
3-
version = "0.19.3"
3+
version = "0.19.4"
44
authors = ["kyren <kerriganw@gmail.com>"]
55
edition = "2018"
66
description = "High level bindings to Lua 5.x"

0 commit comments

Comments
 (0)