Skip to content

Commit

Permalink
Fix CI for 1.64.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao committed Sep 26, 2023
1 parent 69581d8 commit 6f7fba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
- name: Remove pre-generated prost files to force regeneration
run: rm proto/*.rs

- name: Set precise version to allow building on 1.64.0
run: |
cargo update -p anstyle --precise 1.0.0
cargo update -p clap_lex --precise 0.5.0
cargo update -p clap --precise 4.3.24
cargo update -p backtrace --precise 0.3.68
- name: Run cargo clippy prost
uses: actions-rs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Unit tests have been added to guarantee there is no `malloc` in sample functions

## Minimum Supported Rust Version

Rust 1.64 or higher.
Rust 1.65 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

Expand Down

0 comments on commit 6f7fba6

Please sign in to comment.