Skip to content

Commit

Permalink
fix: upgrade libsignal protocol 0.32.0 -> 0.40.1 (#269)
Browse files Browse the repository at this point in the history
Also includes

* fix of loosing sync messages
  <whisperfish/presage#241>
* fix of JSON invalid padding
  <whisperfish/libsignal-service-rs#288>
  • Loading branch information
boxdot authored Mar 2, 2024
1 parent 6c0c89c commit d687acb
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 648 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
steps:
- name: xcode
run: sudo xcode-select -s "${SELECT_XCODE}"
- name: protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
steps:
- name: xcode
run: sudo xcode-select -s "${SELECT_XCODE}"
- name: protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
with:
fetch-depth: ${{ env.FETCH_DEPTH }}
Expand Down
Loading

0 comments on commit d687acb

Please sign in to comment.