File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " livesplit-core"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44authors = [" Christopher Serr <christopher.serr@gmail.com>" ]
55documentation = " https://docs.rs/livesplit-core/"
66repository = " https://github.com/CryZe/livesplit-core"
@@ -40,14 +40,14 @@ byteorder = "1.2.1"
4040chrono = { version = " 0.4.0" , features = [" serde" ] }
4141derive_more = " 0.7.0"
4242image = " 0.18.0"
43- livesplit-hotkey = { path = " hotkey" , version = " 0.2.1 " }
43+ livesplit-hotkey = { path = " hotkey" , version = " 0.3.0 " }
4444odds = { version = " 0.3.1" , features = [" std-vec" ] }
4545ordered-float = " 0.5.0"
4646ordermap = " 0.3.2"
4747palette = " 0.2.1"
4848parking_lot = " 0.5.3"
4949quick-error = " 1.2.0"
50- quick-xml = " 0.10.1 "
50+ quick-xml = " 0.11.0 "
5151serde = " 1.0.24"
5252serde_derive = " 1.0.24"
5353serde_json = " 1.0.8"
Original file line number Diff line number Diff line change 11[package ]
22name = " livesplit-hotkey"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44authors = [" Christopher Serr <christopher.serr@gmail.com>" ]
55documentation = " https://docs.rs/livesplit-hotkey/"
66repository = " https://github.com/CryZe/livesplit-core/tree/master/hotkey"
@@ -22,7 +22,7 @@ mio = "0.6.6"
2222promising-future = " 0.2.4"
2323
2424[target .'cfg(target_os = "emscripten")' .dependencies ]
25- stdweb = " 0.2 .0"
25+ stdweb = " 0.3 .0"
2626parking_lot = " 0.5.3"
2727
2828[dependencies ]
You can’t perform that action at this time.
0 commit comments