Skip to content

Commit 90fb0e9

Browse files
committed
Merge branch 'main' into toger5/widget-driver-matrix-api-errors
2 parents b120aa8 + e76b8f7 commit 90fb0e9

File tree

149 files changed

+5514
-1721
lines changed

Some content is hidden

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

149 files changed

+5514
-1721
lines changed

.deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ allow = [
2424
"ISC",
2525
"MIT",
2626
"MPL-2.0",
27+
"Unicode-3.0",
2728
"Zlib",
2829
]
2930
exceptions = [

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: nightly-2024-06-25
20+
toolchain: nightly-2024-11-26
2121
components: rustfmt
2222

2323
- name: Run Benchmarks

.github/workflows/bindings_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
test-apple:
132132
name: matrix-rust-components-swift
133133
needs: xtask
134-
runs-on: macos-14
134+
runs-on: macos-15
135135
if: github.event_name == 'push' || !github.event.pull_request.draft
136136

137137
steps:
@@ -175,7 +175,7 @@ jobs:
175175
run: swift test
176176

177177
- name: Build Framework
178-
run: target/debug/xtask swift build-framework --target=aarch64-apple-ios --profile=dev
178+
run: target/debug/xtask swift build-framework --target=aarch64-apple-ios --profile=reldbg
179179

180180
complement-crypto:
181181
name: "Run Complement Crypto tests"
@@ -186,7 +186,7 @@ jobs:
186186

187187
test-crypto-apple-framework-generation:
188188
name: Generate Crypto FFI Apple XCFramework
189-
runs-on: macos-14
189+
runs-on: macos-15
190190
if: github.event_name == 'push' || !github.event.pull_request.draft
191191

192192
steps:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
- name: Install Rust
289289
uses: dtolnay/rust-toolchain@master
290290
with:
291-
toolchain: nightly-2024-06-25
291+
toolchain: nightly-2024-11-26
292292
components: rustfmt
293293

294294
- name: Cargo fmt
@@ -304,7 +304,7 @@ jobs:
304304
uses: actions/checkout@v4
305305

306306
- name: Check the spelling of the files in our repo
307-
uses: crate-ci/typos@v1.27.3
307+
uses: crate-ci/typos@v1.28.2
308308

309309
clippy:
310310
name: Run clippy
@@ -323,7 +323,7 @@ jobs:
323323
- name: Install Rust
324324
uses: dtolnay/rust-toolchain@master
325325
with:
326-
toolchain: nightly-2024-06-25
326+
toolchain: nightly-2024-11-26
327327
components: clippy
328328

329329
- name: Load cache

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Rust
3737
uses: dtolnay/rust-toolchain@master
3838
with:
39-
toolchain: nightly-2024-06-25
39+
toolchain: nightly-2024-11-26
4040

4141
- name: Install Node.js
4242
uses: actions/setup-node@v4
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options --cfg docsrs -Dwarnings"
5555
run:
56-
cargo doc --no-deps --workspace --features docsrs
56+
cargo doc --no-deps --workspace --features docsrs --exclude=xtask
5757

5858
- name: Upload artifact
5959
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

.github/workflows/xtask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
os-name: 🐧
3636
cachekey-id: linux
3737

38-
- os: macos-14
38+
- os: macos-15
3939
os-name: 🍏
4040
cachekey-id: macos
4141

0 commit comments

Comments
 (0)