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 a7aa746
Show file tree
Hide file tree
Showing 4 changed files with 1,332 additions and 5 deletions.
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
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit a7aa746

Please sign in to comment.