Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It looks like the message for BuildpackApi was copied from BuildpackId. From the spec https://github.com/buildpacks/spec/blob/main/buildpack.md#buildpack-api-version ``` This document specifies Buildpack API version 0.5 Buildpack API versions: MUST be in form <major>.<minor> or <major>, where <major> is equivalent to <major>.0 When <major> is greater than 0 increments to <minor> SHALL exclusively indicate additive changes ``` The spec actually doesn't say that it should only be numbers, but really it should. To be extremely specific, we can also specify that it cannot be greater u32::MAX which would make our implementation standards compliant.
- Loading branch information