Skip to content

Commit 9220ec4

Browse files
committed
build: use latest Rust + PR
1 parent 8f18e92 commit 9220ec4

5 files changed

Lines changed: 751 additions & 327 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Setup Rust
4343
with:
4444
target: ${{ contains(matrix.os, 'macos') && 'x86_64-apple-darwin' || '' }}
45-
toolchain: 1.88
45+
# toolchain: 1.88
4646
- name: Cargo build
4747
run: cargo build --release
4848
- name: Create macOS Universal Binary

Cargo.lock

Lines changed: 29 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ build = "build.rs"
66

77
[dependencies]
88
xcap = "0.8.2"
9-
uniffi = { version = "0.29.4", features = [ "build" ] }
9+
uniffi = { version = "0.31.0", features = [ "build" ] }
1010
base64 = "0.22.1"
1111
serde = "1.0.228"
1212
serde_json = "1.0.149"
1313

1414
[build-dependencies]
15-
uniffi = { version = "0.29.4", features = [ "build" ] }
16-
uniffi_build = "0.29.4"
17-
uniffi_bindgen = "0.29.4"
15+
uniffi = { version = "0.31.0", features = [ "build" ] }
16+
uniffi_build = "0.31.0"
17+
uniffi_bindgen = "0.31.0"
1818
camino = "1.2.2"
1919

2020
[lib]

0 commit comments

Comments
 (0)