File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 48
48
"cargoHash" : " sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
49
49
}
50
50
}
51
+ },
52
+ "0.14.3" : {
53
+ "hash" : " sha256-3TsNpEqNm3Uol5XPW1i0XEbP2fF2+RKB2d7lO6BDnvQ=" ,
54
+ "rust" : {
55
+ "1.81.0" : {
56
+ "cargoHash" : " sha256-53HKhvsKLTa2JCByLEcK3UzWXoM+LTatd98zvS1C9no="
57
+ },
58
+ "1.84.0" : {
59
+ "cargoHash" : " sha256-KTKcol9qSNLQZGW32e6fBb6cPkUGItknyVpLdBYqrBY="
60
+ },
61
+ "1.87.0" : {
62
+ "cargoHash" : " sha256-Ny7j56pwB+2eEK62X0nWfFKQy5fBz+Q1oyvecivxLkk="
63
+ }
64
+ }
51
65
}
52
66
}
Original file line number Diff line number Diff line change 76
76
"hash" : " sha256-3GfN3vZMFWf4FV/fSOe9ZN6KETmjoNw3Paz+JRzaH3c=" ,
77
77
"pgrx" : " 0.12.9" ,
78
78
"rust" : " 1.87.0"
79
+ },
80
+ "0.5.2" : {
81
+ "postgresql" : [
82
+ " 15" ,
83
+ " 17"
84
+ ],
85
+ "hash" : " sha256-9VqQHduoAWnY8gtfRZLDOKiibfwuSTzyVFbH0uhsfCU=" ,
86
+ "pgrx" : " 0.14.3" ,
87
+ "rust" : " 1.87.0"
79
88
}
80
89
}
81
90
}
Original file line number Diff line number Diff line change 73
73
{
74
74
"clickhouse-rs-1.1.0-alpha.1" = "sha256-G+v4lNP5eK2U45D1fL90Dq24pUSlpIysNCxuZ17eac0=" ;
75
75
}
76
- else
76
+ else if builtins . compareVersions "0.5.1" version >= 0 then
77
77
{
78
78
"clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=" ;
79
79
"iceberg-0.5.0" = "sha256-dYPZdpP7kcp49UxsCZrZi3xMJ4rJiB8H65dMMR9Z1Yk=" ;
80
+ }
81
+ else if builtins . compareVersions "0.5.2" version >= 0 then
82
+ {
83
+ "clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o=" ;
84
+ "iceberg-catalog-s3tables-0.5.1" = "sha256-1JkB2JExukABlbW1lZPolNQCYb9URi8xNYY3APmiGq0=" ;
85
+ }
86
+ else
87
+ {
80
88
} ;
81
89
} ;
82
90
91
99
print
92
100
getline
93
101
if ($0 ~ /git =/) {
94
- print "git = \"https://github.com/suharev7 /clickhouse-rs/async-await \""
102
+ print "git = \"https://github.com/burmecia /clickhouse-rs/supabase-patch \""
95
103
} else {
96
104
print
97
105
}
You can’t perform that action at this time.
0 commit comments