diff --git a/Cargo.toml b/Cargo.toml index a683c12..6379c95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.8.2" +version = "0.9.0" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua" @@ -9,6 +9,9 @@ readme = "README.md" keywords = ["lua"] license = "MIT" +[badges] +travis-ci = { repository = "https://github.com/chucklefish/rlua", branch = "master" } + [features] default = ["builtin-lua"] # Builds the correct version of Lua 5.3 inside the crate. If you want to link a