Skip to content

Commit cdcea03

Browse files
Update Cargo.toml
Update arrow
1 parent e75f6c3 commit cdcea03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ parquet = { version = "47.0.0", default-features = false, features = [
6666
"arrow",
6767
"zstd",
6868
] }
69-
arrow = "46.0.0"
69+
arrow = "47.0.0"
7070
shadow-rs = { version = "0.24.0", default-features = false }
7171
serde_yaml = "0.9.21"
7272
whoami = "1.3.0"
@@ -96,4 +96,4 @@ name = "nyx_space"
9696
[target.x86_64-unknown-linux-gnu]
9797
# For flamegraph -- https://github.com/flamegraph-rs/flamegraph
9898
linker = "/usr/bin/clang"
99-
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
99+
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]

0 commit comments

Comments
 (0)