mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-25 11:36:30 +00:00
Merge pull request #17 from robinst/patch-1
Fix typo in description of website
This commit is contained in:
commit
b0b9f35957
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub fn render(popular: Vec<Repository>) -> Response {
|
||||||
div class="container" {
|
div class="container" {
|
||||||
p class="title is-1" "Keep your dependencies up-to-date"
|
p class="title is-1" "Keep your dependencies up-to-date"
|
||||||
p {
|
p {
|
||||||
"Docs.rs uses semantic versioning to detect outdated or insecure dependencies in your project's"
|
"Deps.rs uses semantic versioning to detect outdated or insecure dependencies in your project's"
|
||||||
code "Cargo.toml"
|
code "Cargo.toml"
|
||||||
"."
|
"."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue