Skip to content

Commit 6b22133

Browse files
Deprecate non-specification field
1 parent 3d878bb commit 6b22133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cargo/config.go

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ type ConfigBuildpack struct {
2929
Homepage string `toml:"homepage,omitempty" json:"homepage,omitempty"`
3030
Licenses []ConfigBuildpackLicense `toml:"licenses,omitempty" json:"licenses,omitempty"`
3131

32+
// Deprecated: This field is not part of the official buildpack.toml spec and
33+
// will therefore be removed in the next major release
3234
SHA256 string `toml:"-" json:"-"`
3335
}
3436

0 commit comments

Comments
 (0)