Skip to content

Commit

Permalink
Bump tcod to 0.10.0 and tcod_sys to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassedovic committed Jun 21, 2016
1 parent 641bd87 commit 53eed96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tcod"
description = "The Rust bindings for the Doryen library (a.k.a. libtcod)."
version = "0.9.0"
version = "0.10.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"
Expand Down Expand Up @@ -35,7 +35,7 @@ serde = { optional = true, version = "0.6" }

[dependencies.tcod-sys]
path = "tcod_sys"
version = "4.0"
version = "4.0.1"

[dev-dependencies]
rand = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To use `tcod-rs`, add this to your game's `Cargo.toml`:

```toml
[dependencies]
tcod = "0.9"
tcod = "0.10"
```

### Building on Linux
Expand Down
2 changes: 1 addition & 1 deletion tcod_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tcod-sys"
description = "Raw FFI bindings & build script to link against libtcod."
version = "4.0.0"
version = "4.0.1"
license = "WTFPL"
homepage = "https://github.com/tomassedovic/tcod-rs"
repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"
Expand Down

0 comments on commit 53eed96

Please sign in to comment.