Skip to content

Commit

Permalink
Fix example for usage still not published uuid 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed Sep 11, 2018
1 parent c1c4fc2 commit 45dea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ my-library = { git = 'https://example.com/git/my-library' }
uuid = "1.0"

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

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

0 comments on commit 45dea14

Please sign in to comment.