tomaka / hlua

Rust library to interface with Lua
MIT License
510 stars 48 forks source link

Update cargo crate to allow mutable transmutes #52

Closed tsurai closed 9 years ago

tsurai commented 9 years ago

The latest commit adding #[allow(mutable_transmutes)] to allow mutable transmutes is missing in the current cargo crate version causing an error when trying to compile. Please update the crate version to include this commit, thanks.

tomaka commented 9 years ago

Should be good in a few minutes. Travis automatically publishes the package.