Skip to content

Commit 7a839a9

Browse files
committed
Bump maud_htmlescape version for no_std support
1 parent 2700f71 commit 7a839a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

maud/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default = []
1818
actix-web = ["actix-web-dep", "futures-util"]
1919

2020
[dependencies]
21-
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
21+
maud_htmlescape = { version = "0.17.1", path = "../maud_htmlescape" }
2222
maud_macros = { version = "0.22.3", path = "../maud_macros" }
2323
iron = { version = ">= 0.5.1, < 0.7.0", optional = true }
2424
rocket = { version = ">= 0.3, < 0.5", optional = true }

maud_htmlescape/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "maud_htmlescape"
33
# When releasing a new version, please update html_root_url in lib.rs
4-
version = "0.17.0"
4+
version = "0.17.1"
55
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
66
license = "MIT/Apache-2.0"
77
documentation = "https://docs.rs/maud_htmlescape/"

maud_htmlescape/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! [Maud]: https://maud.lambda.xyz
88
9-
#![doc(html_root_url = "https://docs.rs/maud_htmlescape/0.17.0")]
9+
#![doc(html_root_url = "https://docs.rs/maud_htmlescape/0.17.1")]
1010

1111
extern crate alloc;
1212

0 commit comments

Comments
 (0)