Skip to content

Commit eb9a71e

Browse files
committed
cast 0.3 doestn't have x128
Change-Id: Ib96bfc793397feeab2e24298efa32048660368f1
1 parent e639e25 commit eb9a71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fallible-streaming-iterator = "0.1"
4444
memchr = "2.3"
4545
uuid = { version = "0.8", optional = true }
4646
smallvec = "1.6.1"
47-
cast = { version = "0.3", features = ["std", "x128"] }
47+
cast = { version = "0.3", features = ["std"] }
4848
arrow = { version = "5.0", default-features = false, features = ["prettyprint"] }
4949
rust_decimal = "1.14"
5050
strum = { version = "0.21", features = ["derive"] }

0 commit comments

Comments
 (0)