Skip to content

Commit

Permalink
Merge branch 'fix-build'
Browse files Browse the repository at this point in the history
Adresses 2 problems that got difficult to address independently:

- more dependencies continue to request rust 1.70
- the lack of a Cargo.lock caused reproducibility issues

* fix-build:
  Ship a Cargo.lock matching tested dependencies
  build: switch Rust requirement to 1.70
  • Loading branch information
ydirson committed Oct 2, 2023
2 parents d59f742 + cda32d6 commit b0ca3a9
Show file tree
Hide file tree
Showing 3 changed files with 2,291 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66
toolchain: 1.70.0
override: true
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.66
toolchain: 1.70.0
override: true
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler
Expand Down
Loading

0 comments on commit b0ca3a9

Please sign in to comment.