Skip to content

Commit 1f4fe61

Browse files
committed
downgrade arrow again, generate patch
Signed-off-by: Bugen Zhao <[email protected]>
1 parent a95b032 commit 1f4fe61

File tree

2 files changed

+44
-10
lines changed

2 files changed

+44
-10
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-50.patch

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Cargo.lock --- 1/3 --- TOML
2+
891 checksum = "76cb6d108605c5489fff1ef9c520656946ad05ed0de3ea6d26d56bcb34bdb8c5" 891 checksum = "76cb6d108605c5489fff1ef9c520656946ad05ed0de3ea6d26d56bcb34bdb8c5"
3+
892 dependencies = [ 892 dependencies = [
4+
893 "anyhow", 893 "anyhow",
5+
894 "arrow-array 52.0.0", 894 "arrow-array 50.0.0",
6+
895 "arrow-buffer 52.0.0", 895 "arrow-buffer 50.0.0",
7+
896 "arrow-schema 52.0.0", 896 "arrow-schema 50.0.0",
8+
897 "atomic-time", 897 "atomic-time",
9+
898 "rquickjs", 898 "rquickjs",
10+
899 ] 899 ]
11+
12+
Cargo.lock --- 2/3 --- TOML
13+
905 checksum = "4506efc6fbc200c083add2a7ed4e3616a859941a745e922320ae7051d90d12ec" 905 checksum = "4506efc6fbc200c083add2a7ed4e3616a859941a745e922320ae7051d90d12ec"
14+
906 dependencies = [ 906 dependencies = [
15+
907 "anyhow", 907 "anyhow",
16+
908 "arrow-array 52.0.0", 908 "arrow-array 50.0.0",
17+
909 "arrow-buffer 52.0.0", 909 "arrow-buffer 50.0.0",
18+
910 "arrow-ipc 52.0.0", 910 "arrow-ipc 50.0.0",
19+
911 "arrow-schema 52.0.0", 911 "arrow-schema 50.0.0",
20+
912 "lazy_static", 912 "lazy_static",
21+
913 "pyo3", 913 "pyo3",
22+
914 "pyo3-build-config", 914 "pyo3-build-config",
23+
24+
Cargo.lock --- 3/3 --- TOML
25+
921 checksum = "eb829e25925161d93617d4b053bae03fe51e708f2cce088d85df856011d4f369" 921 checksum = "eb829e25925161d93617d4b053bae03fe51e708f2cce088d85df856011d4f369"
26+
922 dependencies = [ 922 dependencies = [
27+
923 "anyhow", 923 "anyhow",
28+
924 "arrow-array 52.0.0", 924 "arrow-array 50.0.0",
29+
925 "arrow-ipc 52.0.0", 925 "arrow-ipc 50.0.0",
30+
926 "arrow-schema 52.0.0", 926 "arrow-schema 50.0.0",
31+
927 "async-trait", 927 "async-trait",
32+
928 "base64 0.22.0", 928 "base64 0.22.0",
33+
929 "genawaiter", 929 "genawaiter",
34+

0 commit comments

Comments
 (0)