Skip to content

Commit 72b03e5

Browse files
committed
Auto merge of #26047 - chuckSMASH:patch-1, r=alexcrichton
The sensible default used here for the version number in the auto-generated Cargo.toml is 0.1.0, not 0.0.1 (at least as of cargo 0.2.0-nightly efb482d).
2 parents 98f6e40 + 1826672 commit 72b03e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/hello-cargo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ This is all we need to get started. First, let’s check out `Cargo.toml`:
170170
[package]
171171

172172
name = "hello_world"
173-
version = "0.0.1"
173+
version = "0.1.0"
174174
authors = ["Your Name <[email protected]>"]
175175
```
176176

0 commit comments

Comments
 (0)