Skip to content

Commit aed367e

Browse files
authored
💥 Client crate cleanup (#1067)
1 parent 45b1d7e commit aed367e

Some content is hidden

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

60 files changed

+453
-440
lines changed

.github/workflows/per-pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ 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
@@ -47,7 +49,7 @@ jobs:
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
126127
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)