Skip to content

Commit e574d8b

Browse files
committed
Update cast to 0.2.2 to fix bug in debug mode
1 parent 191c0be commit e574d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "compiler_builtins"
55
version = "0.1.0"
66

77
[build-dependencies]
8-
cast = { version = "0.2.1", features = ["x128"], optional = true }
8+
cast = { version = "0.2.2", features = ["x128"], optional = true }
99
rand = { version = "0.3.15", optional = true }
1010

1111
[build-dependencies.gcc]

0 commit comments

Comments
 (0)