Skip to content

Commit 8553ba2

Browse files
Upgrade phf to v0.12 (#448)
1 parent 2eba5c2 commit 8553ba2

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.66.1"
1717

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

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

0 commit comments

Comments
 (0)