Skip to content

Explicitly enable the serde derive feature#580

Merged
edmorley merged 1 commit into
mainfrom
edmorley/declare-serde-derive-feature
Jun 16, 2026
Merged

Explicitly enable the serde derive feature#580
edmorley merged 1 commit into
mainfrom
edmorley/declare-serde-derive-feature

Conversation

@edmorley

@edmorley edmorley commented Jun 16, 2026

Copy link
Copy Markdown
Member

The buildpack uses serde's derive macros but Cargo.toml didn't enable the
derive feature; compilation only worked because libcnb happens to enable it
transitively.

Making this change in part to stop Claude reporting it when code
reviewing the repo for bugs/inconsistencies and other potential improvements.

GUS-W-23022354.

The buildpack uses serde's derive macros but `Cargo.toml` didn't enable the
`derive` feature; compilation only worked because libcnb happens to enable it
transitively.

Making this change in part to stop Claude reporting it when code
reviewing the repo for bugs and other potential improvements.

GUS-W-23022354.
@edmorley edmorley added the skip changelog Skip the check-changelog check label Jun 16, 2026
@edmorley edmorley self-assigned this Jun 16, 2026
@edmorley edmorley marked this pull request as ready for review June 16, 2026 12:49
@edmorley edmorley enabled auto-merge (squash) June 16, 2026 12:49
@edmorley edmorley requested a review from a team June 16, 2026 12:55
@edmorley edmorley merged commit a8f5acc into main Jun 16, 2026
10 checks passed
@edmorley edmorley deleted the edmorley/declare-serde-derive-feature branch June 16, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog Skip the check-changelog check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants