Skip to content

Commit

Permalink
Update phf to 0.11 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
phy1729 authored Mar 11, 2024
1 parent b46a64f commit a7793f0
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 @@ -20,7 +20,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 a7793f0

Please sign in to comment.