Skip to content

Commit 11e7e58

Browse files
committed
docs(ref): Specify 'rust_version' in Index format
1 parent 95535a9 commit 11e7e58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/src/reference/registry-index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ explaining the format of the entry.
199199
"features2": {
200200
"serde": ["dep:serde", "chrono?/serde"]
201201
}
202+
// The minimal supported Rust version (optional)
203+
// This must be a valid version requirement without an operator (e.g. no `=`)
204+
"rust_version": "1.60"
202205
}
203206
```
204207

0 commit comments

Comments
 (0)