Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26)

This commit is contained in:
Anthony Ramine 2016-10-27 19:08:14 +02:00
parent 6b40f97289
commit d6479c6f0f
9 changed files with 63 additions and 65 deletions

View file

@ -52,8 +52,8 @@ num-traits = "0.1.32"
offscreen_gl_context = "0.4"
open = "1.1.1"
parking_lot = "0.3"
phf = "0.7.17"
phf_macros = "0.7.17"
phf = "0.7.18"
phf_macros = "0.7.18"
plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}
rand = "0.3"