diff options
| -rw-r--r-- | src/doc/trpl/hello-cargo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/hello-cargo.md b/src/doc/trpl/hello-cargo.md index 32002ebd1ec..0e5bbea453c 100644 --- a/src/doc/trpl/hello-cargo.md +++ b/src/doc/trpl/hello-cargo.md @@ -170,7 +170,7 @@ This is all we need to get started. First, let’s check out `Cargo.toml`: [package] name = "hello_world" -version = "0.0.1" +version = "0.1.0" authors = ["Your Name <you@example.com>"] ``` |
