Skip to content

Commit 1a3d1f9

Browse files
phy1729mrobinson
authored andcommitted
Update phf to 0.11
1 parent b46a64f commit 1a3d1f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
rust: [1.56.0, nightly, beta, stable]
23+
rust: [1.60.0, nightly, beta, stable]
2424

2525
steps:
2626
- uses: actions/checkout@v2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ default = ["serde_support"]
2525
precomputed-hash = "0.1"
2626
once_cell = "1.10.0"
2727
serde = { version = "1", optional = true }
28-
phf_shared = "0.10"
28+
phf_shared = "0.11"
2929
new_debug_unreachable = "1.0.2"
3030
parking_lot = "0.12"
3131

string-cache-codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "string_cache_codegen"
1313
path = "lib.rs"
1414

1515
[dependencies]
16-
phf_generator = "0.10"
17-
phf_shared = "0.10"
16+
phf_generator = "0.11"
17+
phf_shared = "0.11"
1818
proc-macro2 = "1"
1919
quote = "1"

0 commit comments

Comments
 (0)