Skip to content

Commit

Permalink
Merge pull request #220 from JohnTitor/fix-release-process
Browse files Browse the repository at this point in the history
Fix the release failure
  • Loading branch information
JohnTitor committed Jun 17, 2021
2 parents 7dd8a1b + 647f331 commit 29f9100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Expand Up @@ -3,7 +3,7 @@
- Update the version number and all the references to it
- Make a new release on GitHub (i.e. add a new git tag)
- Publish crates in order:
1. `puf_shared`
1. `phf_shared`
2. `phf_generator`
3. `phf_codegen`
4. `phf_macros`
Expand Down
2 changes: 1 addition & 1 deletion phf_macros/Cargo.toml
Expand Up @@ -27,5 +27,5 @@ phf_shared = { version = "0.9.0", default-features = false }

[dev-dependencies]
trybuild = "1.0"
phf = { version = "0.8", features = ["macros", "unicase"] }
phf = { version = "*", features = ["macros", "unicase"] }
unicase_ = { package = "unicase", version = "2.4.0" }

0 comments on commit 29f9100

Please sign in to comment.