Skip to content

Commit

Permalink
Release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 28, 2025
1 parent 4c75cc8 commit 7183516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-ident"
version = "1.0.15"
version = "1.0.16"
authors = ["David Tolnay <[email protected]>"]
categories = ["development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
//! this data structure is straight-line code with no need for branching.
#![no_std]
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.15")]
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.16")]
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]

#[rustfmt::skip]
Expand Down

0 comments on commit 7183516

Please sign in to comment.