Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
- Use `once_cell` instead of `lazy_static` for test
- Comply with Clippy rules
- More small fixes

The following changes has been included since 2.0.0-beta.1.

- Use phf (perfect hash map) instead of ahash (#7, #9) by @mkroening
  Actual type of OEMCPHashMap will be changed.
  • Loading branch information
tats-u committed Feb 27, 2023
1 parent 20f2ce7 commit b5c13be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oem_cp"
version = "2.0.0-beta.1"
version = "2.0.0"
authors = ["Tatsunori Uchino <tats.u@live.jp>"]
edition = "2021"
categories = ["encoding"]

0 comments on commit b5c13be

Please sign in to comment.