From b42d613c5b2650ed52265c09d80b8af89743f477 Mon Sep 17 00:00:00 2001 From: kyren Date: Wed, 2 Aug 2017 17:37:29 -0400 Subject: [PATCH] Update Cargo.toml for 0.9, add travis-ci badge --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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