You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #13390 - stevenengler:doc-version, r=weihanglo
doc: `[package]` doesn't require `version` field
Since #12786 (in 1.75) cargo doesn't require the version field as it defaults to 0.0.0. A bin crate with the following toml builds successfully with `cargo build`:
```toml
[package]
name = "foo"
```
This PR slightly rewords the `[package]` section of `src/doc/src/reference/manifest.md` to reflect this.
0 commit comments