Skip to content

Commit

Permalink
Auto merge of #490 - mohe2015:update-phf, r=jdm
Browse files Browse the repository at this point in the history
Update phf

I don't know what the rules for the minimum supported rust version are.
  • Loading branch information
bors-servo authored Dec 28, 2022
2 parents 89d50e0 + b9f858c commit 5fdbd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.56.0, stable, beta, nightly]
version: [1.60.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions markup5ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ path = "lib.rs"

[dependencies]
string_cache = "0.8"
phf = "0.10"
phf = "0.11"
tendril = "0.4"
log = "0.4"

[build-dependencies]
string_cache_codegen = "0.5.1"
phf_codegen = "0.10"
phf_codegen = "0.11"

0 comments on commit 5fdbd03

Please sign in to comment.