From 9eae0030cb2d59993b3e6129676a9822129971d2 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Thu, 2 Apr 2015 10:19:10 +0200 Subject: [PATCH] Bump tcod to 0.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4987b3d23..61637d68d 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.3" +version = "0.5.4" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs" documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html"