Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 8934fbf

Browse files
committed
Bump tcod to 0.8.0 and tcod_sys to 3.0.0
1 parent ae91a7f commit 8934fbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tcod"
33
description = "The Rust bindings for the Doryen library (a.k.a. libtcod)."
4-
version = "0.7.0"
4+
version = "0.8.0"
55
homepage = "https://github.com/tomassedovic/tcod-rs"
66
repository = "https://github.com/tomassedovic/tcod-rs"
77
documentation = "http://tomassedovic.github.io/tcod-rs/tcod/index.html"
@@ -35,7 +35,7 @@ serde = { optional = true, version = "0.6" }
3535

3636
[dependencies.tcod-sys]
3737
path = "tcod_sys"
38-
version = "2.0"
38+
version = "3.0"
3939

4040
[dev-dependencies]
4141
rand = "0.3"

tcod_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tcod-sys"
33
description = "Raw FFI bindings & build script to link against libtcod."
4-
version = "2.0.12"
4+
version = "3.0.0"
55
license = "WTFPL"
66
homepage = "https://github.com/tomassedovic/tcod-rs"
77
repository = "https://github.com/tomassedovic/tcod-rs/tree/master/tcod-sys"

0 commit comments

Comments
 (0)