Allow module access in closures.

This commit is contained in:
Stephen Chung
2020-08-22 22:44:24 +08:00
parent 0b04d05afe
commit 0ece75aba3
4 changed files with 32 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai"
version = "0.19.0"
version = "0.18.3"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung"]
description = "Embedded scripting for Rust"