Skip to content

Commit 7d97f78

Browse files
JimMoenniebayes
andauthored
Bump rust vsn and deps (#4)
* chore: use rust 1.87.0 and edition 2024 * chore: bump deps arrow-array: 52.2 -> 55.2 arrow-cast: 52.2 -> 55.2 arrow-flight: 52.2 -> 55.2 arrow-schema: 52.2 -> 55.2 tonic: 0.11 -> 0.12.3 * add finish message * add finish message * fix deny --------- Co-authored-by: Shicong <[email protected]>
1 parent f69b567 commit 7d97f78

File tree

9 files changed

+483
-389
lines changed

9 files changed

+483
-389
lines changed

go/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,6 @@ func main() {
183183
// 2024-09-03 10:00:00 +0800 CST 1 4.50 0
184184
// 2024-09-03 10:05:00 +0800 CST 2 11.60 1
185185
PrintRecords(result)
186+
187+
fmt.Println("\nFinished, thank you!")
186188
}

python/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ def main():
128128
# 1 2024-09-03 10:05:00+08:00 2 11.6 1
129129
print(result)
130130

131+
print("\nFinished, thank you!")
132+
131133

132134
if __name__ == "__main__":
133135
main()

0 commit comments

Comments
 (0)