Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Jan 22, 2018
1 parent 01bd9e1 commit 4bc82c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livesplit-core"
version = "0.8.1"
version = "0.9.0"
authors = ["Christopher Serr <[email protected]>"]
documentation = "https://docs.rs/livesplit-core/"
repository = "https://github.com/CryZe/livesplit-core"
Expand Down Expand Up @@ -40,14 +40,14 @@ byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
derive_more = "0.7.0"
image = "0.18.0"
livesplit-hotkey = { path = "hotkey", version = "0.2.1" }
livesplit-hotkey = { path = "hotkey", version = "0.3.0" }
odds = { version = "0.3.1", features = ["std-vec"] }
ordered-float = "0.5.0"
ordermap = "0.3.2"
palette = "0.2.1"
parking_lot = "0.5.3"
quick-error = "1.2.0"
quick-xml = "0.10.1"
quick-xml = "0.11.0"
serde = "1.0.24"
serde_derive = "1.0.24"
serde_json = "1.0.8"
Expand Down
4 changes: 2 additions & 2 deletions hotkey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livesplit-hotkey"
version = "0.2.1"
version = "0.3.0"
authors = ["Christopher Serr <[email protected]>"]
documentation = "https://docs.rs/livesplit-hotkey/"
repository = "https://github.com/CryZe/livesplit-core/tree/master/hotkey"
Expand All @@ -22,7 +22,7 @@ mio = "0.6.6"
promising-future = "0.2.4"

[target.'cfg(target_os = "emscripten")'.dependencies]
stdweb = "0.2.0"
stdweb = "0.3.0"
parking_lot = "0.5.3"

[dependencies]
Expand Down

0 comments on commit 4bc82c7

Please sign in to comment.