chore(all): Move downcasting to a stable implementation.

This commit is contained in:
Jonathan Reem
2015-04-02 13:26:47 -07:00
parent 3dc8e7d6ff
commit 320d10d50d
4 changed files with 20 additions and 17 deletions

View File

@@ -22,6 +22,8 @@ rustc-serialize = "*"
time = "*"
unicase = "*"
url = "*"
traitobject = "*"
typeable = "*"
[dev-dependencies]
env_logger = "*"