Updated appended branch to dependency syntax
`cargo update` fails to update to latest commit unless branch is specified.
This commit is contained in:
parent
34c45513e8
commit
8ff3b30c02
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ This crate will presumably become obsolete, once const generics are introduced,
|
|||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
generic-array-storage = { git = "https://github.com/Dzuchun/generic_array_storage.git" }
|
||||
generic_array_storage = { git = "https://github.com/Dzuchun/generic_array_storage.git", branch = "master" }
|
||||
```
|
||||
|
||||
# Contribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue