From 82ce138bbaeb6ead4ab211116c873a8a4c1b99e0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 28 Apr 2021 16:37:59 -0700 Subject: [PATCH] Release 0.1.3 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9d03ee..47a87d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clang-ast" -version = "0.1.2" # remember to update html_root_url +version = "0.1.3" # remember to update html_root_url authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 63d11a1..e435f6f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -386,7 +386,7 @@ //! and comparible more cheaply than a string. You may find yourself with lots //! of hashtables keyed on `Id`. -#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.2")] +#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.3")] #![allow( clippy::blocks_in_if_conditions, clippy::let_underscore_drop,