projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1700346
)
Add missing spaces around = sign
author
Federico Mena Quintero
<federico@gnome.org>
Tue, 21 Nov 2017 22:56:36 +0000
(16:56 -0600)
committer
Federico Mena Quintero
<federico@gnome.org>
Tue, 21 Nov 2017 22:56:36 +0000
(16:56 -0600)
src/doc/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/manifest.md
b/src/doc/manifest.md
index 74f761d9e161f1b12a0e85a8cb4b8b6c8be25729..6e2f0bd380b961606159e495315a69c4c3016b93 100644
(file)
--- a/
src/doc/manifest.md
+++ b/
src/doc/manifest.md
@@
-725,7
+725,7
@@
bar = { path = 'my/local/bar' }
git = 'https://github.com/example/baz'
[patch.'https://github.com/example/baz']
-baz = { git = 'https://github.com/example/patched-baz', branch
=
'my-branch' }
+baz = { git = 'https://github.com/example/patched-baz', branch
=
'my-branch' }
```
The `[patch]` table is made of dependency-like sub-tables. Each key after