Skip to content

Commit

Permalink
Bump Unicode version mentioned in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Feb 25, 2023
1 parent 5fc90fd commit e5f3485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Convert between characters and their standard names.
//!
//! This crate provides two functions for mapping from a `char` to the
//! name given by the Unicode standard (8.0). There are no runtime
//! name given by the Unicode standard (15.0). There are no runtime
//! requirements so this is usable with only `core` (this requires
//! specifying the `no_std` cargo feature). The tables are heavily
//! compressed, but still large (500KB), and still offer efficient
Expand Down

0 comments on commit e5f3485

Please sign in to comment.