Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 17, 2024
1 parent ba04708 commit ba28f86
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 = "rustflags"
version = "0.1.5"
version = "0.1.6"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::build-utils"]
description = "Parser for CARGO_ENCODED_RUSTFLAGS"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/rustflags/0.1.5")]
#![doc(html_root_url = "https://docs.rs/rustflags/0.1.6")]
#![allow(
clippy::cast_lossless,
clippy::derive_partial_eq_without_eq,
Expand Down

0 comments on commit ba28f86

Please sign in to comment.