Skip to content

Commit

Permalink
Fix arrow-flight/gen rust-version to make CI pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Nov 17, 2024
1 parent 5b0f602 commit 765c2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
run: |
find . -name Cargo.toml | while read -r dir
do
echo "Checking package '$dir'"
cargo msrv --log-target stdout verify --manifest-path "$dir" || exit 1
done
# If no packages are using the workspace's rust-version, then it's out of date
Expand Down
2 changes: 1 addition & 1 deletion arrow-flight/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "gen"
description = "Code generation for arrow-flight"
version = "0.1.0"
edition = { workspace = true }
rust-version = "1.56"
rust-version = "1.71.1"
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 765c2f0

Please sign in to comment.