Skip to content

Commit 9fe5343

Browse files
committed
Release 0.1.28
1 parent 002421b commit 9fe5343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clang-ast"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["compilers", "encoding"]
66
description = "Data structures for processing Clang's `-ast-dump=json` format"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
//! and comparible more cheaply than a string. You may find yourself with lots
393393
//! of hashtables keyed on `Id`.
394394
395-
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.27")]
395+
#![doc(html_root_url = "https://docs.rs/clang-ast/0.1.28")]
396396
#![allow(
397397
clippy::blocks_in_conditions,
398398
clippy::derivable_impls,

0 commit comments

Comments
 (0)