Skip to content

Commit

Permalink
Release 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 18, 2025
1 parent 002421b commit 9fe5343
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.27"
version = "0.1.28"
authors = ["David Tolnay <[email protected]>"]
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.27")]
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.28")]
#![allow(
clippy::blocks_in_conditions,
clippy::derivable_impls,
Expand Down

0 comments on commit 9fe5343

Please sign in to comment.