Use cast 0.2.1 for i128 support

This commit is contained in:
est31 2017-05-06 05:36:40 +02:00
parent 7e5af82760
commit c8b5bb756c

View file

@ -5,7 +5,7 @@ name = "compiler_builtins"
version = "0.1.0"
[build-dependencies]
cast = { version = "0.2.0", optional = true }
cast = { version = "0.2.1", features = ["x128"], optional = true }
rand = { version = "0.3.15", optional = true }
[build-dependencies.gcc]