Skip to content

Commit

Permalink
Fix building with no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsberry committed Feb 19, 2020
1 parent 81c7cc5 commit db4ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ macros = [
]

[dependencies]
phf_shared = { version = "0.8.0", path = "../phf_shared" }
phf_shared = { version = "0.8.0", default-features = false, path = "../phf_shared" }

proc-macro-hack = { version = "0.5.4", optional = true }
phf_macros = { version = "0.8.0", optional = true, path = "../phf_macros" }
Expand Down

0 comments on commit db4ce56

Please sign in to comment.