Skip to content

Commit 86d0232

Browse files
committed
Release 1.0.17
1 parent 3673d10 commit 86d0232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-ident"
3-
version = "1.0.16"
3+
version = "1.0.17"
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

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

248248
#[rustfmt::skip]

0 commit comments

Comments
 (0)