Skip to content

Commit

Permalink
update category to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Dec 15, 2017
1 parent bd791f8 commit 28a5b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.1"
authors = ["cksac <cs.cksac@gmail.com>"]
description = "Rust implementation of Facebook's DataLoader using futures and tokio-core."
keywords = ["batcher", "dataloader", "cache"]
categories = ["Asynchronous", "Caching"]
categories = ["asynchronous", "caching"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/cksac/dataloader-rs"
Expand Down

0 comments on commit 28a5b3c

Please sign in to comment.