Update Cargo.toml for 0.9, add travis-ci badge

This commit is contained in:
kyren 2017-08-02 17:37:29 -04:00
parent d5552c494a
commit b42d613c5b
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rlua"
version = "0.8.2"
version = "0.9.0"
authors = ["kyren <catherine@chucklefish.org>"]
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