Navigation Menu

Skip to content

Commit

Permalink
Prepare 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Dec 13, 2021
1 parent a43e0e1 commit 4cc8344
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 0.10.1

* Allow serializing `Map` ([#244])
* Improve docs ([#240], [#243])

[#240]: https://github.com/rust-phf/rust-phf/pull/240
[#243]: https://github.com/rust-phf/rust-phf/pull/243
[#244]: https://github.com/rust-phf/rust-phf/pull/244

## 0.10.0

* Constify `len` and `is_empty` ([#224])
Expand Down
2 changes: 1 addition & 1 deletion phf/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "phf"
authors = ["Steven Fackler <sfackler@gmail.com>"]
version = "0.10.0"
version = "0.10.1"
license = "MIT"
description = "Runtime support for perfect hash function data structures"
repository = "https://github.com/sfackler/rust-phf"
Expand Down
2 changes: 1 addition & 1 deletion phf_codegen/test/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"

[dependencies]
phf = { version = "0.10.0", features = ["uncased", "unicase"] }
phf = { version = "0.10", features = ["uncased", "unicase"] }
uncased = { version = "0.9.6", default-features = false }
unicase = "2.4.0"

Expand Down

0 comments on commit 4cc8344

Please sign in to comment.