Updated appended branch to dependency syntax

`cargo update` fails to update to latest commit unless branch is
specified.
This commit is contained in:
Dzuchun 2024-11-17 19:33:06 +02:00
commit 8ff3b30c02

View file

@ -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