Skip to content

Commit 4bc82c7

Browse files
committed
Release v0.9.0
1 parent 01bd9e1 commit 4bc82c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livesplit-core"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
55
documentation = "https://docs.rs/livesplit-core/"
66
repository = "https://github.com/CryZe/livesplit-core"
@@ -40,14 +40,14 @@ byteorder = "1.2.1"
4040
chrono = { version = "0.4.0", features = ["serde"] }
4141
derive_more = "0.7.0"
4242
image = "0.18.0"
43-
livesplit-hotkey = { path = "hotkey", version = "0.2.1" }
43+
livesplit-hotkey = { path = "hotkey", version = "0.3.0" }
4444
odds = { version = "0.3.1", features = ["std-vec"] }
4545
ordered-float = "0.5.0"
4646
ordermap = "0.3.2"
4747
palette = "0.2.1"
4848
parking_lot = "0.5.3"
4949
quick-error = "1.2.0"
50-
quick-xml = "0.10.1"
50+
quick-xml = "0.11.0"
5151
serde = "1.0.24"
5252
serde_derive = "1.0.24"
5353
serde_json = "1.0.8"

hotkey/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "livesplit-hotkey"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Christopher Serr <christopher.serr@gmail.com>"]
55
documentation = "https://docs.rs/livesplit-hotkey/"
66
repository = "https://github.com/CryZe/livesplit-core/tree/master/hotkey"
@@ -22,7 +22,7 @@ mio = "0.6.6"
2222
promising-future = "0.2.4"
2323

2424
[target.'cfg(target_os = "emscripten")'.dependencies]
25-
stdweb = "0.2.0"
25+
stdweb = "0.3.0"
2626
parking_lot = "0.5.3"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)