Skip to content

Commit

Permalink
Updated appended branch to dependency syntax
Browse files Browse the repository at this point in the history
`cargo update` fails to update to latest commit unless branch is
specified.
  • Loading branch information
Dzuchun committed Nov 17, 2024
1 parent 34c4551 commit 8ff3b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ff3b30

Please sign in to comment.