Skip to content

Commit 36c051b

Browse files
Upgrade phf to v0.13 (#465)
1 parent 9328b38 commit 36c051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.71"
1717

1818
[dependencies]
1919
strum_macros = { path = "../strum_macros", optional = true, version = "0.27" }
20-
phf = { version = "0.12", features = ["macros"], optional = true }
20+
phf = { version = "0.13", features = ["macros"], optional = true }
2121

2222
[dev-dependencies]
2323
strum_macros = { path = "../strum_macros" }

0 commit comments

Comments
 (0)