Skip to content

Commit

Permalink
Release unindent 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 11, 2023
1 parent 40efc8e commit a4179b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unindent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unindent"
version = "0.2.0" # remember to update html_root_url
version = "0.2.1" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["text-processing"]
description = "Remove a column of leading whitespace from a string"
Expand Down
2 changes: 1 addition & 1 deletion unindent/src/lib.rs
Expand Up @@ -45,7 +45,7 @@
//! }
//! ```

#![doc(html_root_url = "https://docs.rs/unindent/0.2.0")]
#![doc(html_root_url = "https://docs.rs/unindent/0.2.1")]
#![allow(
clippy::missing_panics_doc,
clippy::module_name_repetitions,
Expand Down

0 comments on commit a4179b5

Please sign in to comment.