Skip to content

Commit 98eeb8c

Browse files
authored
Add rust edition 2024 (SchemaStore#4990)
1 parent 8801923 commit 98eeb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/rust-project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description": "Edition of the crate.",
1919
"title": "Edition",
2020
"type": "string",
21-
"enum": ["2015", "2018", "2021"]
21+
"enum": ["2015", "2018", "2021", "2024"]
2222
},
2323
"deps": {
2424
"description": "Crate dependencies.",

0 commit comments

Comments
 (0)