Skip to content

Commit 45dea14

Browse files
committed
Fix example for usage still not published uuid 2.0.0
1 parent c1c4fc2 commit 45dea14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/specifying-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ my-library = { git = 'https://example.com/git/my-library' }
376376
uuid = "1.0"
377377

378378
[patch.crates-io]
379-
uuid = { git = 'https://github.com/rust-lang-nursery/uuid', version = '2.0.0' }
379+
uuid = { git = 'https://github.com/rust-lang-nursery/uuid', branch = '2.0.0' }
380380
```
381381

382382
Note that this will actually resolve to two versions of the `uuid` crate. The

0 commit comments

Comments
 (0)