Skip to content

Bump MAX_SIZE to support dumping Turin 1.0.0.4. #219

Bump MAX_SIZE to support dumping Turin 1.0.0.4.

Bump MAX_SIZE to support dumping Turin 1.0.0.4. #219

Triggered via pull request March 10, 2025 18:25
Status Success
Total duration 2m 11s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
field `version` is never read: src/apcb.rs#L115
warning: field `version` is never read --> src/apcb.rs:115:9 | 109 | pub struct SerdeApcb { | --------- field in this struct ... 115 | pub version: String, | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default