Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use repository packages
  • Loading branch information
sfackler committed Nov 22, 2014
1 parent ff7dad4 commit 6e3a54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions phf/Cargo.toml
Expand Up @@ -10,8 +10,8 @@ name = "phf"
path = "src/lib.rs"
test = false

[dependencies.xxhash]
git = "https://github.com/Jurily/rust-xxhash"
[dependencies]
xxhash = "*"

[dev_dependencies.phf_mac]
path = "../phf_mac"
7 changes: 3 additions & 4 deletions phf_mac/Cargo.toml
Expand Up @@ -13,7 +13,6 @@ path = "src/lib.rs"
plugin = true
test = false

[dependencies.xxhash]
git = "https://github.com/Jurily/rust-xxhash"
[dependencies.time]
git = "https://github.com/rust-lang/time"
[dependencies]
xxhash = "*"
time = "*"

0 comments on commit 6e3a54d

Please sign in to comment.