Skip to content

Commit

Permalink
Release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 4, 2023
1 parent f5b08fb commit ea443be
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.17" # remember to update html_root_url
version = "0.1.18" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["compilers", "encoding"]
description = "Data structures for processing Clang's `-ast-dump=json` format"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,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.17")]
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.18")]
#![allow(
clippy::blocks_in_if_conditions,
clippy::derivable_impls,
Expand Down

0 comments on commit ea443be

Please sign in to comment.