File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7676 - uses : actions/checkout@v4
7777 - uses : actions-rs/toolchain@v1
7878 with :
79- toolchain : " 1.76 "
79+ toolchain : " 1.79 "
8080 override : true
8181 - run : cargo build --all-features
Original file line number Diff line number Diff line change 22name = " datafusion-postgres-cli"
33version = " 0.1.0"
44edition = " 2021"
5- rust-version = " 1.76 "
5+ rust-version = " 1.79 "
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
Original file line number Diff line number Diff line change 22name = " datafusion-postgres"
33version = " 0.3.0"
44edition = " 2021"
5- rust-version = " 1.76 "
5+ rust-version = " 1.79 "
66description = " Exporting datafusion query engine with postgres wire protocol"
77authors = [
" Ning Sun <[email protected] >" ]
88license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments