We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300c7ff commit 7d9bd0cCopy full SHA for 7d9bd0c
Cargo.toml
@@ -27,7 +27,7 @@ nightly = []
27
bufstream = "0.1"
28
byteorder = "0.5"
29
log = "0.3"
30
-phf = "=0.7.14"
+phf = "=0.7.15"
31
hex = "0.2"
32
net2 = "0.2.16"
33
rustc-serialize = { version = "0.3", optional = true }
codegen/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
6
[dependencies]
7
-phf_codegen = "=0.7.14"
+phf_codegen = "=0.7.15"
8
regex = "0.1"
9
marksman_escape = "0.1"
0 commit comments