File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 629be845fdf58d34f5dc3bd1674ea57ebf3c9380
2
+ refs/heads/master: 455b93151dc3cedfdc7af5e066627da72a8532c4
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ name = "hello_world"
118
118
version = " 0.0.1"
119
119
```
120
120
121
- The ` Cargo.lock ` is used by Cargo to keep track of dependencies in your application.
121
+ The ` Cargo.lock ` file is used by Cargo to keep track of dependencies in your application.
122
122
Right now, we don’t have any, so it’s a bit sparse. You won't ever need
123
123
to touch this file yourself, just let Cargo handle it.
124
124
You can’t perform that action at this time.
0 commit comments