Skip to content

Commit

Permalink
Merge pull request #206 from Kazurin-775/master
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 6, 2021
2 parents caec346 + d7af3dc commit 7ebc9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phf_generator/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
phf_shared = { version = "0.8.0", path = "../phf_shared" }
phf_shared = { version = "0.8.0", path = "../phf_shared", default-features = false }
# for stable black_box()
criterion = { version = "0.3", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion phf_macros/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ proc-macro2 = "1"
proc-macro-hack = "0.5.4"

phf_generator = { version = "0.8.0", path = "../phf_generator" }
phf_shared = { version = "0.8.0", path = "../phf_shared" }
phf_shared = { version = "0.8.0", path = "../phf_shared", default-features = false }

[dev-dependencies]
trybuild = "1.0"
Expand Down

0 comments on commit 7ebc9e7

Please sign in to comment.