Skip to content

Commit

Permalink
use rust toolchain 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 4, 2024
1 parent 093e033 commit 1ffd7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz
- target: x86_64-apple-darwin
archive: tar.gz
steps:
Expand All @@ -26,3 +26,4 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
SRC_DIR: dashtool
TOOLCHAIN_VERSION: 1.73
2 changes: 1 addition & 1 deletion dashtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/dashbook/dashtool"

[dependencies]
argo-workflow = "0.1"
clap = { version = "4.4", features = ["derive"] }
clap = { version = "=4.4", features = ["derive"] }
dashtool-common = "0.1"
datafusion-iceberg-sql = "0.2"
datafusion-sql = "36.0.0"
Expand Down

0 comments on commit 1ffd7e7

Please sign in to comment.