Skip to content

Commit 9876185

Browse files
committed
Add explicit dependency on rust-phf
1 parent a804769 commit 9876185

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ path = "src/lib/lib.rs"
1414
git = "https://github.com/sfackler/rust-openssl"
1515
rev = "6c8008e9140a59819e268c049c9243ddb480ac24"
1616

17+
[dependencies.phf]
18+
19+
git = "https://github.com/sfackler/rust-phf"
20+
rev = "76d740dddfae265e633cb15a4af75e50d924f252"
21+
22+
1723
[dependencies.phf_mac]
1824

1925
git = "https://github.com/sfackler/rust-phf"

0 commit comments

Comments
 (0)