Skip to content

Commit 10d5e53

Browse files
committed
Release 1.0.22
1 parent 2863707 commit 10d5e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "unicode-ident"
3-
version = "1.0.21"
3+
version = "1.0.22"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
66
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
//! this data structure is straight-line code with no need for branching.
243243
244244
#![no_std]
245-
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.21")]
245+
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.22")]
246246
#![allow(
247247
clippy::doc_markdown,
248248
clippy::must_use_candidate,

0 commit comments

Comments
 (0)