mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix _VERSION global not being set correctly after crate refactor
This commit is contained in:
parent
9993e03f04
commit
a7ac864ca5
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ impl RuntimeInner {
|
||||||
feature = "std-task",
|
feature = "std-task",
|
||||||
))]
|
))]
|
||||||
{
|
{
|
||||||
|
lune_std::set_global_version(lua, env!("CARGO_PKG_VERSION"));
|
||||||
lune_std::inject_globals(lua)?;
|
lune_std::inject_globals(lua)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue