Skip to content

Commit

Permalink
Update phf to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
phy1729 committed Dec 20, 2023
1 parent 1ae3d0d commit 084b8fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
rust: [1.56.0, nightly, beta, stable]
rust: [1.60.0, nightly, beta, stable]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default = ["serde_support"]
precomputed-hash = "0.1"
once_cell = "1.10.0"
serde = { version = "1", optional = true }
phf_shared = "0.10"
phf_shared = "0.11"
new_debug_unreachable = "1.0.2"
parking_lot = "0.12"

Expand Down
4 changes: 2 additions & 2 deletions string-cache-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "string_cache_codegen"
path = "lib.rs"

[dependencies]
phf_generator = "0.10"
phf_shared = "0.10"
phf_generator = "0.11"
phf_shared = "0.11"
proc-macro2 = "1"
quote = "1"

0 comments on commit 084b8fb

Please sign in to comment.