Skip to content

Commit

Permalink
Increment version for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Dec 11, 2015
1 parent 0e9500d commit f16341f
Showing 1 changed file with 2 additions and 2 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 = "conrod"
version = "0.23.0"
version = "0.24.0"
authors = [
"Mitchell Nordine <mitchell.nordine@gmail.com>",
"Sven Nilsen <bvssvni@gmail.com>"
Expand All @@ -22,12 +22,12 @@ path = "./src/lib.rs"


[dependencies]
time = "0.1.34"
daggy = "0.3.0"
pistoncore-input = "0.8.0"
piston2d-graphics = "0.12.0"
num = "0.1.27"
rand = "0.3.12"
time = "0.1.34"
vecmath = "0.2.0"

[dev-dependencies]
Expand Down

0 comments on commit f16341f

Please sign in to comment.