Skip to content

Commit

Permalink
Release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2023
1 parent d4212f1 commit 24be5df
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.13" # remember to update html_root_url
version = "0.1.14" # 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 @@ -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.13")]
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.14")]
#![allow(
clippy::blocks_in_if_conditions,
clippy::match_like_matches_macro,
Expand Down

0 comments on commit 24be5df

Please sign in to comment.