From 8934fbf0d04826fd9dcc74a7e071c36f3bd15fef Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Thu, 1 Oct 2015 19:28:31 +0200 Subject: [PATCH] Bump tcod to 0.8.0 and tcod_sys to 3.0.0 --- Cargo.toml | 4 ++-- tcod_sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cbff2d2ef..e8b418e38 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.7.0" +version = "0.8.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" @@ -35,7 +35,7 @@ serde = { optional = true, version = "0.6" } [dependencies.tcod-sys] path = "tcod_sys" -version = "2.0" +version = "3.0" [dev-dependencies] rand = "0.3" diff --git a/tcod_sys/Cargo.toml b/tcod_sys/Cargo.toml index 8d0925851..45015f2e6 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.12" +version = "3.0.0" license = "WTFPL" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"