Skip to content

Commit d302a65

Browse files
committed
Merge branch 'main' into valere/widget/download_file
2 parents 3e00f97 + 32e9626 commit d302a65

126 files changed

Lines changed: 3025 additions & 1328 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ rustdoc-map = true
1111
[target.aarch64-linux-android]
1212
# These rust flags improve the performance on Android on arm64
1313
rustflags = ["-C", "target-feature=+neon,+aes,+sha2,+sha3,+pmuv3"]
14+
15+
[env]
16+
IPHONEOS_DEPLOYMENT_TARGET = "16.0"

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
persist-credentials: false
8888

8989
- name: Setup rust toolchain, cache and cargo-codspeed binary
90-
uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670
90+
uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3
9191
with:
9292
channel: stable
9393
cache-target: release
@@ -97,7 +97,7 @@ jobs:
9797
run: cargo codspeed build -p benchmarks --bench ${{ matrix.benchmark }} --features codspeed
9898

9999
- name: Run the benchmarks
100-
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537
100+
uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab
101101
with:
102102
run: cargo codspeed run
103103
mode: simulation

.github/workflows/bindings_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
run: rm .cargo/config.toml
5252

5353
- name: Load cache
54-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
54+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
5555
with:
5656
save-if: ${{ github.ref == 'refs/heads/main' }}
5757

5858
- name: Get xtask
59-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
59+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6060
with:
6161
path: target/debug/xtask
6262
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -109,12 +109,12 @@ jobs:
109109
run: rm .cargo/config.toml
110110

111111
- name: Load cache
112-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
112+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
113113
with:
114114
save-if: ${{ github.ref == 'refs/heads/main' }}
115115

116116
- name: Get xtask
117-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
117+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
118118
with:
119119
path: target/debug/xtask
120120
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -165,12 +165,12 @@ jobs:
165165
run: rm .cargo/config.toml
166166

167167
- name: Load cache
168-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
168+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
169169
with:
170170
save-if: ${{ github.ref == 'refs/heads/main' }}
171171

172172
- name: Get xtask
173-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
173+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
174174
with:
175175
path: target/debug/xtask
176176
key: "${{ needs.xtask.outputs.cachekey-macos }}"
@@ -223,7 +223,7 @@ jobs:
223223
run: rm .cargo/config.toml
224224

225225
- name: Load cache
226-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
226+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
227227
with:
228228
save-if: ${{ github.ref == 'refs/heads/main' }}
229229

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get install libsqlite3-dev
5959
6060
- name: Load cache
61-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
61+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
6262
with:
6363
# use a separate cache for each job to work around
6464
# https://github.com/Swatinem/rust-cache/issues/124
@@ -72,7 +72,7 @@ jobs:
7272
uses: taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
7373

7474
- name: Get xtask
75-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
75+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
7676
with:
7777
path: target/debug/xtask
7878
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -97,15 +97,15 @@ jobs:
9797
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
9898

9999
- name: Load cache
100-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
100+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
101101
with:
102102
save-if: ${{ github.ref == 'refs/heads/main' }}
103103

104104
- name: Install nextest
105105
uses: taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
106106

107107
- name: Get xtask
108-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
108+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
109109
with:
110110
path: target/debug/xtask
111111
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -137,15 +137,15 @@ jobs:
137137
components: clippy
138138

139139
- name: Load cache
140-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
140+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
141141
with:
142142
save-if: ${{ github.ref == 'refs/heads/main' }}
143143

144144
- name: Install nextest
145145
uses: taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
146146

147147
- name: Get xtask
148-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
148+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
149149
with:
150150
path: target/debug/xtask
151151
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -198,7 +198,7 @@ jobs:
198198
toolchain: ${{ matrix.rust }}
199199

200200
- name: Load cache
201-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
201+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
202202
with:
203203
save-if: ${{ github.ref == 'refs/heads/main' }}
204204

@@ -268,7 +268,7 @@ jobs:
268268
version: v0.13.1
269269

270270
- name: Load cache
271-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
271+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
272272
with:
273273
# use a separate cache for each job to work around
274274
# https://github.com/Swatinem/rust-cache/issues/124
@@ -282,7 +282,7 @@ jobs:
282282
uses: taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
283283

284284
- name: Get xtask
285-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
285+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
286286
with:
287287
path: target/debug/xtask
288288
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -333,12 +333,12 @@ jobs:
333333
components: clippy, rustfmt
334334

335335
- name: Load cache
336-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
336+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
337337
with:
338338
save-if: ${{ github.ref == 'refs/heads/main' }}
339339

340340
- name: Get xtask
341-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
341+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
342342
with:
343343
path: target/debug/xtask
344344
key: "${{ needs.xtask.outputs.cachekey-linux }}"
@@ -391,7 +391,7 @@ jobs:
391391
uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
392392

393393
- name: Load cache
394-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
394+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
395395
with:
396396
save-if: ${{ github.ref == 'refs/heads/main' }}
397397

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: rm .cargo/config.toml
121121

122122
- name: Load cache
123-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
123+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
124124
with:
125125
prefix-key: "coverage"
126126
save-if: ${{ github.ref == 'refs/heads/main' }}
@@ -132,7 +132,7 @@ jobs:
132132
uses: taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
133133

134134
- name: Get xtask
135-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
135+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
136136
with:
137137
path: target/debug/xtask
138138
key: "${{ needs.xtask.outputs.cachekey-linux }}"

.github/workflows/detect-unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- name: Machete
16-
uses: bnjbvr/cargo-machete@2e2703d664c176156a22936b9203c38cc7a273dd
16+
uses: bnjbvr/cargo-machete@b81ce1560c5fbd0210cb66d88bf210329ff04266

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: 20
4242

4343
- name: Load cache
44-
uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
44+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
4545
with:
4646
save-if: ${{ github.ref == 'refs/heads/main' }}
4747

.github/workflows/xtask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "cachekey-${{ matrix.cachekey-id }}=xtask-${{ matrix.cachekey-id }}-${{ hashFiles('Cargo.toml', 'xtask/**') }}" >> $GITHUB_OUTPUT
5858
5959
- name: Check xtask cache
60-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
60+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6161
id: xtask-cache
6262
with:
6363
path: target/debug/xtask

0 commit comments

Comments
 (0)