Skip to content

Commit

Permalink
ci: Lock lower versions in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MazterQyou committed Dec 8, 2023
1 parent 59ef824 commit 0477d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ path = "src/lib.rs"
[dependencies]
serde = { version = "1.0" }
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_json = { version = "1.0, < 1.0.98", features = ["preserve_order"] }
indexmap = { version = "1.6", features = ["std"] }
rand = { version = "0.8", optional = true }
num = "0.4"
half = "1.8"
csv_crate = { version = "1.1", optional = true, package="csv" }
regex = "1.3"
regex = "1.3, < 1.10"
regex-syntax = { version = "0.6.27", default-features = false, features = ["unicode"] }
lazy_static = "1.4"
packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }
Expand Down

0 comments on commit 0477d14

Please sign in to comment.