Skip to content

Commit

Permalink
Bump maud_htmlescape version for no_std support
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Sep 27, 2021
1 parent 2700f71 commit 7a839a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion maud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = []
actix-web = ["actix-web-dep", "futures-util"]

[dependencies]
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
maud_htmlescape = { version = "0.17.1", path = "../maud_htmlescape" }
maud_macros = { version = "0.22.3", path = "../maud_macros" }
iron = { version = ">= 0.5.1, < 0.7.0", optional = true }
rocket = { version = ">= 0.3, < 0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion maud_htmlescape/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "maud_htmlescape"
# When releasing a new version, please update html_root_url in lib.rs
version = "0.17.0"
version = "0.17.1"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/maud_htmlescape/"
Expand Down
2 changes: 1 addition & 1 deletion maud_htmlescape/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! [Maud]: https://maud.lambda.xyz

#![doc(html_root_url = "https://docs.rs/maud_htmlescape/0.17.0")]
#![doc(html_root_url = "https://docs.rs/maud_htmlescape/0.17.1")]

extern crate alloc;

Expand Down

0 comments on commit 7a839a9

Please sign in to comment.