Skip to content

Commit 0b83fc9

Browse files
authoredAug 7, 2023
bump arrow1 and arrow2 to latest versions (#273)
* bump arrow1 * fmt * pin zstd-sys * bump arrow2 as well to pin one zstd version * unpin zstd sys * install clang * remove comment
1 parent 0243114 commit 0b83fc9

14 files changed

+2221
-1580
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ www/data
99
www/data/
1010
data/
1111
!tests/data/
12+
.yarn
1213

1314
# Typedoc output
1415
docs_build/

‎.vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"rust-analyzer.cargo.target": "wasm32-unknown-unknown",
3-
"rust-analyzer.cargo.features": ["all"]
2+
// "rust-analyzer.cargo.target": "wasm32-unknown-unknown",
3+
"rust-analyzer.cargo.features": "all"
44
}

‎.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)
Please sign in to comment.