Skip to content

Commit

Permalink
Fix documentation link in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Froelich committed Dec 31, 2016
1 parent 2a879fa commit c0ae1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "lru"
version = "0.1.0"
version = "0.1.1"
authors = ["Jerome Froelich <jeromefroelic@hotmail.com>"]
description = "A LRU cache implementation"
homepage = "https://github.com/jeromefroe/lru-rs"
repository = "https://github.com/jeromefroe/lru-rs.git"
documentation = "https://docs.rs/lru-rs/"
documentation = "https://docs.rs/lru/"
readme = "README.md"
license = "MIT"
keywords = ["LRU", "cache"]
Expand Down

0 comments on commit c0ae1ce

Please sign in to comment.