Skip to content

Commit b5c13be

Browse files
committed
Version 2.0.0
- 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.
1 parent 20f2ce7 commit b5c13be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oem_cp"
3-
version = "2.0.0-beta.1"
3+
version = "2.0.0"
44
authors = ["Tatsunori Uchino <[email protected]>"]
55
edition = "2021"
66
categories = ["encoding"]

0 commit comments

Comments
 (0)