We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c4fc2 commit 45dea14Copy full SHA for 45dea14
src/doc/src/reference/specifying-dependencies.md
@@ -376,7 +376,7 @@ my-library = { git = 'https://example.com/git/my-library' }
376
uuid = "1.0"
377
378
[patch.crates-io]
379
-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' }
380
```
381
382
Note that this will actually resolve to two versions of the `uuid` crate. The
0 commit comments