Skip to content

Commit dc018bf

Browse files
committed
Release 1.0.19
1 parent 9dce213 commit dc018bf

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.18"
3+
version = "1.0.19"
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.18")]
245+
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.19")]
246246
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]
247247

248248
#[rustfmt::skip]

0 commit comments

Comments
 (0)