Use cast 0.2.1 for i128 support
This commit is contained in:
parent
7e5af82760
commit
c8b5bb756c
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue