Skip to content

Commit 12f0a68

Browse files
committed
Release 1.0.20
1 parent 940104c commit 12f0a68

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

0 commit comments

Comments
 (0)