From b0c0048d889174bc492493ffcd48f400fb45d4ee Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Fri, 6 Feb 2015 15:30:34 +0100 Subject: [PATCH] Bump tcod to 0.4.7 and tcod-sys to 2.0.4 --- Cargo.toml | 4 ++-- tcod-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac1408d9c..383b01eec 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.4.6" +version = "0.4.7" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs" readme = "README.md" @@ -25,7 +25,7 @@ bitflags = "0.1" [dependencies.tcod-sys] path = "tcod-sys" -version = "2.0.3" +version = "2.0.4" [dev-dependencies] rand = "0.1.2" diff --git a/tcod-sys/Cargo.toml b/tcod-sys/Cargo.toml index ebc8c225b..72348527b 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.3" +version = "2.0.4" license = "WTFPL" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"