From f0100aa8a45c3793604da2a7af856ad933c4c921 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Mon, 15 Jun 2015 23:27:15 +0200 Subject: [PATCH] Bump tcod to 0.7.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 ba8e465ff..7a384aaa7 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.6.0" +version = "0.7.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.25" [dependencies.tcod-sys] path = "tcod_sys" -version = "2.0.11" +version = "2.0.12" [dev-dependencies] rand = "0.3.8" diff --git a/tcod_sys/Cargo.toml b/tcod_sys/Cargo.toml index 0cffc1497..ba5663828 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.11" +version = "2.0.12" license = "WTFPL" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"