Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 28, 2021
1 parent baff38b commit 82ce138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 82ce138

Please sign in to comment.