Skip to content

Commit e5bb91f

Browse files
MazterQyoumcheshkov
authored andcommitted
ci: Switch packed_simd dependency
1 parent 2282e25 commit e5bb91f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ csv_crate = { version = "1.1", optional = true, package="csv" }
4848
regex = "1.3"
4949
regex-syntax = { version = "0.6.27", default-features = false, features = ["unicode"] }
5050
lazy_static = "1.4"
51-
packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }
51+
packed_simd = { version = "0.3", optional = true }
5252
chrono = { version = "0.4", default-features = false, features = ["clock"] }
5353
chrono-tz = {version = "0.6", optional = true}
5454
flatbuffers = { version = "=2.1.2", optional = true }

0 commit comments

Comments
 (0)