From 47f3c2294b2aaf0cb1372fa75373df4f2df8c74b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 14 May 2021 00:59:36 -0700 Subject: [PATCH] Release 0.1.6 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57d8819..f22916d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clang-ast" -version = "0.1.5" # remember to update html_root_url +version = "0.1.6" # 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 dfdfd55..0f2078a 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.5")] +#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.6")] #![allow( clippy::blocks_in_if_conditions, clippy::let_underscore_drop,