Skip to content

Commit 7e1bd6d

Browse files
authored
feat: add inherits property to cargo.json schema (SchemaStore#4818)
Co-authored-by: ya7010 <[email protected]>
1 parent e6c3405 commit 7e1bd6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/schemas/json/cargo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,9 @@
845845
"title": "Profile with Build Override",
846846
"type": "object",
847847
"properties": {
848+
"inherits": {
849+
"$ref": "#/definitions/Inherits"
850+
},
848851
"opt-level": {
849852
"$ref": "#/definitions/OptLevel"
850853
},

0 commit comments

Comments
 (0)