From deafb5833f6955fcc880bfb74511a45d3e3769b9 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Tue, 5 May 2015 13:21:27 +0200 Subject: [PATCH] Bump tcod to 0.6.0 and tcod_sys to 2.0.11 --- Cargo.toml | 4 ++-- tcod_sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b819bf2d..f9d7e4b9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcod" description = "The Rust bindings for the Doryen library (a.k.a. libtcod)." -version = "0.5.5" +version = "0.6.0" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs" documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html" @@ -36,7 +36,7 @@ time = "0.1.24" [dependencies.tcod-sys] path = "tcod_sys" -version = "2.0.10" +version = "2.0.11" [dev-dependencies] rand = "0.3.5" diff --git a/tcod_sys/Cargo.toml b/tcod_sys/Cargo.toml index 6f740b6b3..0cffc1497 100644 --- a/tcod_sys/Cargo.toml +++ b/tcod_sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcod-sys" description = "Raw FFI bindings & build script to link against libtcod." -version = "2.0.10" +version = "2.0.11" license = "WTFPL" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"