Skip to content

Commit a8788e1

Browse files
authored
Merge branch 'master' into replace-client-c-bridge-fix
2 parents cfa5f2d + 7419ada commit a8788e1

File tree

102 files changed

+2799
-1064
lines changed

Some content is hidden

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

102 files changed

+2799
-1064
lines changed

.github/workflows/per-pr.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,20 @@ jobs:
3636
- uses: Swatinem/rust-cache@v2
3737
- run: cargo fmt --all --check
3838
- run: cargo doc --workspace --all-features --no-deps
39+
env:
40+
RUSTDOCFLAGS: "-D warnings"
3941
- run: cargo lint
4042
- run: cargo test-lint
4143
- run: cargo check
4244
- run: git diff --exit-code
4345

4446
test:
4547
name: Unit Tests
46-
timeout-minutes: 10
48+
timeout-minutes: 15
4749
strategy:
4850
fail-fast: false
4951
matrix:
50-
os: [ ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest ]
52+
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
5153
include:
5254
- os: windows-latest
5355
- os: ubuntu-latest
@@ -120,14 +122,13 @@ jobs:
120122
chmod +x ./core-tests
121123
./core-tests cgroup_ --nocapture
122124
123-
124125
integ-tests:
125126
name: Integ tests
126-
timeout-minutes: 20
127+
timeout-minutes: 25
127128
strategy:
128129
fail-fast: false
129130
matrix:
130-
os: [ ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest ]
131+
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
131132
include:
132133
- os: windows-latest
133134
- os: ubuntu-latest

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = "1.0"
1818
async-trait = "0.1"
1919
backoff = "0.4"
2020
base64 = "0.22"
21-
derive_builder = { workspace = true }
21+
bon = "3"
2222
derive_more = { workspace = true }
2323
dyn-clone = "1.0"
2424
bytes = "1.10"

0 commit comments

Comments
 (0)