We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d878bb commit 6b22133Copy full SHA for 6b22133
cargo/config.go
@@ -29,6 +29,8 @@ type ConfigBuildpack struct {
29
Homepage string `toml:"homepage,omitempty" json:"homepage,omitempty"`
30
Licenses []ConfigBuildpackLicense `toml:"licenses,omitempty" json:"licenses,omitempty"`
31
32
+ // Deprecated: This field is not part of the official buildpack.toml spec and
33
+ // will therefore be removed in the next major release
34
SHA256 string `toml:"-" json:"-"`
35
}
36
0 commit comments