Skip to content

Commit

Permalink
Release 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 25, 2023
1 parent 8c9b119 commit 7dfdb42
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.19" # remember to update html_root_url
version = "0.1.20" # 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.19")]
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.20")]
#![allow(
clippy::blocks_in_if_conditions,
clippy::derivable_impls,
Expand Down

0 comments on commit 7dfdb42

Please sign in to comment.