Skip to content

Commit bbe67a1

Browse files
committed
fix deps versions in manifest
1 parent 734b6ce commit bbe67a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation = "http://kstep.me/rust/doc/mpd/mpd/index.html"
99
license = "MIT"
1010

1111
[dependencies]
12-
rustc-serialize = "*"
13-
time = "*"
14-
bufstream = "*"
12+
bufstream = "0.1.1"
13+
rustc-serialize = "0.3.16"
14+
time = "0.1.34"
1515

1616
[dev-dependencies]
17-
unix_socket = "*"
17+
unix_socket = "0.5.0"

0 commit comments

Comments
 (0)