Skip to content

fix: bump rust to 1.87.0 and fix Cocoon dependency preventing tools build | NPG-000 #748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 69 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
9ee1d05
fix cocoon dependency preventing tools build
oldGreg5 Jun 5, 2025
2b2d2b3
Merge branch 'main' into cocoon-dep-fix
oldGreg5 Jun 5, 2025
fe72764
Merge branch 'refs/heads/main' into cocoon-dep-fix
oldGreg5 Jun 13, 2025
cd0df6c
main merge
oldGreg5 Jun 13, 2025
f5b9b00
Merge remote-tracking branch 'origin/cocoon-dep-fix' into cocoon-dep-fix
oldGreg5 Jun 13, 2025
68f4fa3
fix
oldGreg5 Jun 13, 2025
91bbd6a
fix build
oldGreg5 Jun 13, 2025
bf16b9a
fix build
oldGreg5 Jun 13, 2025
df70360
fix build
oldGreg5 Jun 13, 2025
31eb6e4
fix build
oldGreg5 Jun 13, 2025
417cc95
fix build
oldGreg5 Jun 13, 2025
46a4389
fix build
oldGreg5 Jun 16, 2025
80cd3bc
fix build
oldGreg5 Jun 16, 2025
2ef397b
fix build
oldGreg5 Jun 16, 2025
3a2c08e
fix build
oldGreg5 Jun 16, 2025
c038e91
fix build
oldGreg5 Jun 16, 2025
71de732
fix build
oldGreg5 Jun 16, 2025
ea8b4da
fix build
oldGreg5 Jun 16, 2025
145336d
fix build
oldGreg5 Jun 16, 2025
c50b1a8
fix build
oldGreg5 Jun 16, 2025
52db34b
fix build
oldGreg5 Jun 16, 2025
3462a50
fix build
oldGreg5 Jun 16, 2025
1d0e261
fix build
oldGreg5 Jun 16, 2025
ffdb860
fix build
oldGreg5 Jun 16, 2025
6b6f471
fix build
oldGreg5 Jun 16, 2025
42edab2
fix build
oldGreg5 Jun 16, 2025
ef50889
fix build
oldGreg5 Jun 16, 2025
4d89db0
fix build
oldGreg5 Jun 16, 2025
ba547b4
fix build
oldGreg5 Jun 16, 2025
928a9ac
fix build
oldGreg5 Jun 16, 2025
06858d2
fix build
oldGreg5 Jun 16, 2025
bd625ba
fix build
oldGreg5 Jun 16, 2025
91954ba
fix build
oldGreg5 Jun 16, 2025
2686154
fix build
oldGreg5 Jun 16, 2025
31cdbe5
fix build
oldGreg5 Jun 16, 2025
dd0651c
fix build
oldGreg5 Jun 16, 2025
28449ea
fix build
oldGreg5 Jun 16, 2025
23a55c9
fix build
oldGreg5 Jun 16, 2025
e077e10
fix build
oldGreg5 Jun 16, 2025
a7f6156
fix build
oldGreg5 Jun 16, 2025
c8467d9
fix build
oldGreg5 Jun 16, 2025
053570c
fix build
oldGreg5 Jun 16, 2025
5fc6631
fix build
oldGreg5 Jun 16, 2025
10ca139
fix build
oldGreg5 Jun 16, 2025
95bbc9c
fix build
oldGreg5 Jun 16, 2025
b2be629
fix build
oldGreg5 Jun 17, 2025
8f7a22d
fix build
oldGreg5 Jun 17, 2025
d11587f
fix build
oldGreg5 Jun 17, 2025
ae57f0e
fix build
oldGreg5 Jun 17, 2025
4e7b435
fix build
oldGreg5 Jun 17, 2025
3553333
fix build
oldGreg5 Jun 17, 2025
c945915
fix build
oldGreg5 Jun 17, 2025
272b0e3
fix build
oldGreg5 Jun 17, 2025
9d7dc3d
fix build
oldGreg5 Jun 17, 2025
5ec4bf7
fix build
oldGreg5 Jun 17, 2025
1cbcc30
fix build
oldGreg5 Jun 17, 2025
55fa983
fix build
oldGreg5 Jun 17, 2025
24857fb
fix build
oldGreg5 Jun 17, 2025
ab951cf
fix build
oldGreg5 Jun 17, 2025
6fd34ff
fix build
oldGreg5 Jun 17, 2025
d0f4fbb
fix build
oldGreg5 Jun 17, 2025
4dfed0b
fix build
oldGreg5 Jun 17, 2025
7acaed8
fix build
oldGreg5 Jun 17, 2025
4f664ef
fix build
oldGreg5 Jun 17, 2025
2efcbc9
fix build
oldGreg5 Jun 17, 2025
56fe829
fix build
oldGreg5 Jun 17, 2025
b5593ac
fix build
oldGreg5 Jun 17, 2025
f7f6f7a
fix build
oldGreg5 Jun 17, 2025
a74a29c
fix build
oldGreg5 Jun 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- "book/**"

env:
RUST_LATEST_STABLE_VERSION: 1.71
RUST_LATEST_STABLE_VERSION: 1.87.0
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
RUST_BACKTRACE: 1
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
name: choco_logs
path: C:\ProgramData\chocolatey\logs\*

- name: Set PostgreSQL env variables
working-directory: "C:\\${{ github.event.repository.name }}"
shell: powershell
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- 'book/**'

env:
RUST_LATEST_STABLE_VERSION: 1.71
RUST_LATEST_STABLE_VERSION: 1.87.0
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
RUST_BACKTRACE: 1
Expand Down Expand Up @@ -387,11 +387,8 @@ jobs:
sudo apt install -y protobuf-compiler libssl-dev libpq-dev libsqlite3-dev pkg-config

- name: Install uniffi
uses: actions-rs/[email protected]
with:
crate: uniffi_bindgen
version: 0.21.1
use-tool-cache: true
run: |
cargo add [email protected] --package wallet-uniffi

- name: Clippy and fmt
uses: actions-rs/toolchain@v1
Expand Down
Loading
Loading