Skip to content

Commit

Permalink
Specified feature versions of all dependencies. Fixes #88.
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Jul 29, 2015
1 parent 79bcc9e commit 8d02887
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
name = "stomp"

[dependencies]
"lifeguard" = "*"
"unicode-segmentation" = "*"
"log" = "*"
"mio" = "*"
"lifeguard" = "0.2"
"unicode-segmentation" = "0.1"
"log" = "0.3"
"mio" = "0.3"

0 comments on commit 8d02887

Please sign in to comment.