Skip to content

Commit 13aacd4

Browse files
authored
Merge pull request #340 from geo-engine/patch-arrow-packed-simd
fix packed_simd_2 to 3.5
2 parents 0b34003 + d015cda commit 13aacd4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

datatypes/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1.0"
3232
snafu = "0.6"
3333
uuid = { version = "0.8", features = ["serde", "v4", "v5"] }
34+
packed_simd_2 = "=0.3.5" # TODO: remove once packed_simd_2 workes in CI
3435

3536
[dev-dependencies]
3637
criterion = "0.3"

operators/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ snafu = "0.6"
3737
tokio = { version = "1.1", features = ["macros", "signal", "sync", "rt-multi-thread"] }
3838
typetag = "0.1"
3939
uuid = { version = "0.8", features = ["serde", "v4", "v5"] }
40+
packed_simd_2 = "=0.3.5" # TODO: remove once packed_simd_2 workes in CI
4041

4142
[dev-dependencies]
4243
criterion = {version = "0.3", features =["async_futures", "async_tokio"]}

0 commit comments

Comments
 (0)