Skip to content

Commit 7d9bd0c

Browse files
committed
Upgrade to phf 0.7.15
1 parent 300c7ff commit 7d9bd0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nightly = []
2727
bufstream = "0.1"
2828
byteorder = "0.5"
2929
log = "0.3"
30-
phf = "=0.7.14"
30+
phf = "=0.7.15"
3131
hex = "0.2"
3232
net2 = "0.2.16"
3333
rustc-serialize = { version = "0.3", optional = true }

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55

66
[dependencies]
7-
phf_codegen = "=0.7.14"
7+
phf_codegen = "=0.7.15"
88
regex = "0.1"
99
marksman_escape = "0.1"

0 commit comments

Comments
 (0)