Skip to content

Commit

Permalink
chore: point to local crates for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jul 15, 2022
1 parent a3e04bc commit 92e7b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phf/Cargo.toml
Expand Up @@ -26,8 +26,8 @@ macros = [

[dependencies]
proc-macro-hack = { version = "0.5.4", optional = true }
phf_macros = { version = "0.10.0", optional = true }
phf_shared = { version = "0.10.0", default-features = false }
phf_macros = { version = "0.10.0", optional = true, path = "../phf_macros" }
phf_shared = { version = "0.10.0", default-features = false, path = "../phf_shared" }
serde = { version = "1.0", optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 92e7b43

Please sign in to comment.