Skip to content

Commit

Permalink
Release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2023
1 parent 10640d3 commit d062dcb
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.10"
version = "1.0.11"
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.10")]
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.11")]
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]

#[rustfmt::skip]
Expand Down

0 comments on commit d062dcb

Please sign in to comment.