Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Update arrow
  • Loading branch information
ChristopherRabotin committed Sep 26, 2023
1 parent e75f6c3 commit cdcea03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ parquet = { version = "47.0.0", default-features = false, features = [
"arrow",
"zstd",
] }
arrow = "46.0.0"
arrow = "47.0.0"
shadow-rs = { version = "0.24.0", default-features = false }
serde_yaml = "0.9.21"
whoami = "1.3.0"
Expand Down Expand Up @@ -96,4 +96,4 @@ name = "nyx_space"
[target.x86_64-unknown-linux-gnu]
# For flamegraph -- https://github.com/flamegraph-rs/flamegraph
linker = "/usr/bin/clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]

0 comments on commit cdcea03

Please sign in to comment.