Skip to content

Commit

Permalink
docs(ref): Specify 'rust_version' in Index format
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 26, 2023
1 parent 95535a9 commit 11e7e58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/src/reference/registry-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ explaining the format of the entry.
"features2": {
"serde": ["dep:serde", "chrono?/serde"]
}
// The minimal supported Rust version (optional)
// This must be a valid version requirement without an operator (e.g. no `=`)
"rust_version": "1.60"
}
```

Expand Down

0 comments on commit 11e7e58

Please sign in to comment.