Skip to content

Commit

Permalink
Release 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 16, 2024
1 parent 63f2bf9 commit 825ff50
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.22"
version = "0.1.23"
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.22")]
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.23")]
#![allow(
clippy::blocks_in_conditions,
clippy::derivable_impls,
Expand Down

0 comments on commit 825ff50

Please sign in to comment.